Html Css Color HEX #7DCE20 Lima

📋 copy color: '#7DCE20'

red 125 ◦ green 206 ◦ blue 32

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

Shades of Lima #7DCE20

Tints of Lima #7DCE20

RGB

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

 GREEN value IS 206 (80.86% from 255) = 56.75%

 BLUE value IS 32 (12.89% from 255) = 8.82%

R = 34.44%
G = 56.75%
B = 8.82%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#7DCE20 (or 0x7DCE20) is known color: Lima. HEX triplet: 7D, CE and 20. RGB value is (125,206,32). Sum of RGB (Red+Green+Blue) = 125+206+32=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 206 (80.86% from 255 or 56.75% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCE20 is #8231DF. Grayscale: #A2A2A2. Windows color (decimal): -8532448 or 2150013. OLE color: 2150013.

HSL color Cylindrical-coordinate representation of color #7DCE20: hue angle of 87.93º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7DCE20 is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 206 32 -
CMYK 0.39 0 0.84 0.19
HSL 87.93º 0.73% 0.47% -
HSV(B) 87.93º 0.84% 0.81% -
XYZ 30.79 48.61 9.13 -
YUV 161.95 54.66 101.65 -
System Red Green Blue C M Y K H S L
Decimal 125 206 32 0.39 0 0.84 0.19 87.93 0.73 0.47
Hex 7D CE 20 27 0 54 13 58 49 2F
Octal 175 316 40 47 0 124 23 130 111 57
Binary 1111101 11001110 100000 100111 0 1010100 10011 1011000 1001001 101111

Color Harmonies of #7DCE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCE20

Black with #7DCE20

Text Example


Text Example

White with #7DCE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,206,32); }

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

background-color css

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

 a { background-color: rgb(125,206,32); }

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

border-color css

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

 span { border-color: rgb(125,206,32); }

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