Html Css Color HEX #7DCD19 Lima

📋 copy color: '#7DCD19'

red 125 ◦ green 205 ◦ blue 25

#7DCD19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #7DCD19

Tints of Lima #7DCD19

RGB

 RED value IS 125 (49.22% from 255) = 35.21%

 GREEN value IS 205 (80.47% from 255) = 57.75%

 BLUE value IS 25 (10.16% from 255) = 7.04%

R = 35.21%
G = 57.75%
B = 7.04%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7DCD19 (or 0x7DCD19) is known color: Lima. HEX triplet: 7D, CD and 19. RGB value is (125,205,25). Sum of RGB (Red+Green+Blue) = 125+205+25=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 205 (80.47% from 255 or 57.75% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCD19 is #8232E6. Grayscale: #A1A1A1. Windows color (decimal): -8532711 or 1691005. OLE color: 1691005.

HSL color Cylindrical-coordinate representation of color #7DCD19: hue angle of 86.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7DCD19 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 205 25 -
CMYK 0.39 0 0.88 0.20
HSL 86.67º 0.78% 0.45% -
HSV(B) 86.67º 0.88% 0.8% -
XYZ 30.46 48.09 8.6 -
YUV 160.56 51.5 102.64 -
System Red Green Blue C M Y K H S L
Decimal 125 205 25 0.39 0 0.88 0.20 86.67 0.78 0.45
Hex 7D CD 19 27 0 58 14 57 4E 2D
Octal 175 315 31 47 0 130 24 127 116 55
Binary 1111101 11001101 11001 100111 0 1011000 10100 1010111 1001110 101101

Color Harmonies of #7DCD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCD19

Black with #7DCD19

Text Example


Text Example

White with #7DCD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DCD19; }

 p { color: rgb(125,205,25); }

 H1.HeaderClassName
 {
   color: #7DCD19;
 }
 .AnyTagClassName
 {
   color: #7DCD19;
 }
</style>

background-color css

<style>
 a { background-color: #7DCD19; }

 a { background-color: rgb(125,205,25); }

 div.DivClassName
 {
   background-color: #7DCD19;
 }
 .BgClassName
 {
   background-color: #7DCD19;
 }
</style>

border-color css

<style>
 span { border-color: #7DCD19; }

 span { border-color: rgb(125,205,25); }

 td.TdClassName
 {
   border-color: #7DCD19;
 }
 .TagClassName
 {
   border-color: #7DCD19;
 }
</style>