Html Css Color HEX #7CCE20 Lima

📋 copy color: '#7CCE20'

red 124 ◦ green 206 ◦ blue 32

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

Shades of Lima #7CCE20

Tints of Lima #7CCE20

RGB

 RED value IS 124 (48.83% from 255) = 34.25%

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

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

R = 34.25%
G = 56.91%
B = 8.84%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#7CCE20 (or 0x7CCE20) is known color: Lima. HEX triplet: 7C, CE and 20. RGB value is (124,206,32). Sum of RGB (Red+Green+Blue) = 124+206+32=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 206 (80.86% from 255 or 56.91% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCE20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCE20 is #8331DF. Grayscale: #A2A2A2. Windows color (decimal): -8597984 or 2150012. OLE color: 2150012.

HSL color Cylindrical-coordinate representation of color #7CCE20: hue angle of 88.28º 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 #7CCE20 is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 206 32 -
CMYK 0.40 0 0.84 0.19
HSL 88.28º 0.73% 0.47% -
HSV(B) 88.28º 0.84% 0.81% -
XYZ 30.64 48.53 9.12 -
YUV 161.65 54.83 101.15 -
System Red Green Blue C M Y K H S L
Decimal 124 206 32 0.40 0 0.84 0.19 88.28 0.73 0.47
Hex 7C CE 20 28 0 54 13 58 49 2F
Octal 174 316 40 50 0 124 23 130 111 57
Binary 1111100 11001110 100000 101000 0 1010100 10011 1011000 1001001 101111

Color Harmonies of #7CCE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCE20

Black with #7CCE20

Text Example


Text Example

White with #7CCE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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