Html Css Color HEX #CDF20C Electric Lime

📋 copy color: '#CDF20C'

red 205 ◦ green 242 ◦ blue 12

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

Shades of Electric Lime #CDF20C

Tints of Electric Lime #CDF20C

RGB

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

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

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

R = 44.66%
G = 52.72%
B = 2.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#CDF20C (or 0xCDF20C) is known color: Electric Lime. HEX triplet: CD, F2 and 0C. RGB value is (205,242,12). Sum of RGB (Red+Green+Blue) = 205+242+12=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 242 (94.92% from 255 or 52.72% from 459); Blue value is 12 (5.08% from 255 or 2.61% from 459); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF20C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF20C is #320DF3. Grayscale: #CDCDCD. Windows color (decimal): -3280372 or 848589. OLE color: 848589.

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

Color convert

RGB 205 242 12 -
CMYK 0.15 0 0.95 0.05
HSL 69.65º 0.91% 0.5% -
HSV(B) 69.65º 0.95% 0.95% -
XYZ 57 76.51 12.11 -
YUV 204.72 19.24 128.2 -
System Red Green Blue C M Y K H S L
Decimal 205 242 12 0.15 0 0.95 0.05 69.65 0.91 0.5
Hex CD F2 C F 0 5F 5 46 5B 32
Octal 315 362 14 17 0 137 5 106 133 62
Binary 11001101 11110010 1100 1111 0 1011111 101 1000110 1011011 110010

Color Harmonies of #CDF20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF20C

Black with #CDF20C

Text Example


Text Example

White with #CDF20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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