Html Css Color HEX #CDE40C Electric Lime

📋 copy color: '#CDE40C'

red 205 ◦ green 228 ◦ blue 12

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

Shades of Electric Lime #CDE40C

Tints of Electric Lime #CDE40C

RGB

 RED value IS 205 (80.47% from 255) = 46.07%

 GREEN value IS 228 (89.45% from 255) = 51.24%

 BLUE value IS 12 (5.08% from 255) = 2.7%

R = 46.07%
G = 51.24%
B = 2.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#CDE40C (or 0xCDE40C) is known color: Electric Lime. HEX triplet: CD, E4 and 0C. RGB value is (205,228,12). Sum of RGB (Red+Green+Blue) = 205+228+12=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 228 (89.45% from 255 or 51.24% from 445); Blue value is 12 (5.08% from 255 or 2.70% from 445); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE40C is #321BF3. Grayscale: #C5C5C5. Windows color (decimal): -3283956 or 845005. OLE color: 845005.

HSL color Cylindrical-coordinate representation of color #CDE40C: hue angle of 66.39º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDE40C is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 228 12 -
CMYK 0.10 0 0.95 0.11
HSL 66.39º 0.9% 0.47% -
HSV(B) 66.39º 0.95% 0.89% -
XYZ 52.99 68.49 10.78 -
YUV 196.5 23.88 134.06 -
System Red Green Blue C M Y K H S L
Decimal 205 228 12 0.10 0 0.95 0.11 66.39 0.9 0.47
Hex CD E4 C A 0 5F B 42 5A 2F
Octal 315 344 14 12 0 137 13 102 132 57
Binary 11001101 11100100 1100 1010 0 1011111 1011 1000010 1011010 101111

Color Harmonies of #CDE40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE40C

Black with #CDE40C

Text Example


Text Example

White with #CDE40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE40C; }

 p { color: rgb(205,228,12); }

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

background-color css

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

 a { background-color: rgb(205,228,12); }

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

border-color css

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

 span { border-color: rgb(205,228,12); }

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