Html Css Color HEX #CDF212 Electric Lime

📋 copy color: '#CDF212'

red 205 ◦ green 242 ◦ blue 18

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

Shades of Electric Lime #CDF212

Tints of Electric Lime #CDF212

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.04%

 BLUE value IS 18 (7.42% from 255) = 3.87%

R = 44.09%
G = 52.04%
B = 3.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#CDF212 (or 0xCDF212) is known color: Electric Lime. HEX triplet: CD, F2 and 12. RGB value is (205,242,18). Sum of RGB (Red+Green+Blue) = 205+242+18=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 18 (7.42% from 255 or 3.87% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF212 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF212 is #320DED. Grayscale: #CECECE. Windows color (decimal): -3280366 or 1241805. OLE color: 1241805.

HSL color Cylindrical-coordinate representation of color #CDF212: hue angle of 69.91º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDF212 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 242 18 -
CMYK 0.15 0 0.93 0.05
HSL 69.91º 0.9% 0.51% -
HSV(B) 69.91º 0.93% 0.95% -
XYZ 57.04 76.53 12.34 -
YUV 205.4 22.24 127.71 -
System Red Green Blue C M Y K H S L
Decimal 205 242 18 0.15 0 0.93 0.05 69.91 0.9 0.51
Hex CD F2 12 F 0 5D 5 46 5A 33
Octal 315 362 22 17 0 135 5 106 132 63
Binary 11001101 11110010 10010 1111 0 1011101 101 1000110 1011010 110011

Color Harmonies of #CDF212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF212

Black with #CDF212

Text Example


Text Example

White with #CDF212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF212; }

 p { color: rgb(205,242,18); }

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

background-color css

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

 a { background-color: rgb(205,242,18); }

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

border-color css

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

 span { border-color: rgb(205,242,18); }

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