Html Css Color HEX #7CD008 Lima

📋 copy color: '#7CD008'

red 124 ◦ green 208 ◦ blue 8

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

Shades of Lima #7CD008

Tints of Lima #7CD008

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61.18%

 BLUE value IS 8 (3.52% from 255) = 2.35%

R = 36.47%
G = 61.18%
B = 2.35%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#7CD008 (or 0x7CD008) is known color: Lima. HEX triplet: 7C, D0 and 08. RGB value is (124,208,8). Sum of RGB (Red+Green+Blue) = 124+208+8=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 208 (81.64% from 255 or 61.18% from 340); Blue value is 8 (3.52% from 255 or 2.35% from 340); Max value from RGB is 208 - color contains mainly: green. Hex color #7CD008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CD008 is #832FF7. Grayscale: #A0A0A0. Windows color (decimal): -8597496 or 577660. OLE color: 577660.

HSL color Cylindrical-coordinate representation of color #7CD008: hue angle of 85.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7CD008 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 124 208 8 -
CMYK 0.40 0 0.96 0.18
HSL 85.2º 0.93% 0.42% -
HSV(B) 85.2º 0.96% 0.82% -
XYZ 30.91 49.41 8.14 -
YUV 160.08 42.17 102.26 -
System Red Green Blue C M Y K H S L
Decimal 124 208 8 0.40 0 0.96 0.18 85.2 0.93 0.42
Hex 7C D0 8 28 0 60 12 55 5D 2A
Octal 174 320 10 50 0 140 22 125 135 52
Binary 1111100 11010000 1000 101000 0 1100000 10010 1010101 1011101 101010

Color Harmonies of #7CD008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CD008

Black with #7CD008

Text Example


Text Example

White with #7CD008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,208,8); }

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

background-color css

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

 a { background-color: rgb(124,208,8); }

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

border-color css

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

 span { border-color: rgb(124,208,8); }

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