Html Css Color HEX #CDF20A Electric Lime

📋 copy color: '#CDF20A'

red 205 ◦ green 242 ◦ blue 10

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

Shades of Electric Lime #CDF20A

Tints of Electric Lime #CDF20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.19%

R = 44.86%
G = 52.95%
B = 2.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#CDF20A (or 0xCDF20A) is known color: Electric Lime. HEX triplet: CD, F2 and 0A. RGB value is (205,242,10). Sum of RGB (Red+Green+Blue) = 205+242+10=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 10 (4.30% from 255 or 2.19% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF20A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF20A is #320DF5. Grayscale: #CDCDCD. Windows color (decimal): -3280374 or 717517. OLE color: 717517.

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

Color convert

RGB 205 242 10 -
CMYK 0.15 0 0.96 0.05
HSL 69.57º 0.92% 0.49% -
HSV(B) 69.57º 0.96% 0.95% -
XYZ 56.98 76.51 12.05 -
YUV 204.49 18.24 128.36 -
System Red Green Blue C M Y K H S L
Decimal 205 242 10 0.15 0 0.96 0.05 69.57 0.92 0.49
Hex CD F2 A F 0 60 5 46 5C 31
Octal 315 362 12 17 0 140 5 106 134 61
Binary 11001101 11110010 1010 1111 0 1100000 101 1000110 1011100 110001

Color Harmonies of #CDF20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF20A

Black with #CDF20A

Text Example


Text Example

White with #CDF20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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