Html Css Color HEX #CDF202 Electric Lime

📋 copy color: '#CDF202'

red 205 ◦ green 242 ◦ blue 2

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

Shades of Electric Lime #CDF202

Tints of Electric Lime #CDF202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 45.66%
G = 53.9%
B = 0.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#CDF202 (or 0xCDF202) is known color: Electric Lime. HEX triplet: CD, F2 and 02. RGB value is (205,242,2). Sum of RGB (Red+Green+Blue) = 205+242+2=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 242 (94.92% from 255 or 53.90% from 449); Blue value is 2 (1.17% from 255 or 0.45% from 449); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF202 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF202 is #320DFD. Grayscale: #CCCCCC. Windows color (decimal): -3280382 or 193229. OLE color: 193229.

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

Color convert

RGB 205 242 2 -
CMYK 0.15 0 0.99 0.05
HSL 69.25º 0.98% 0.48% -
HSV(B) 69.25º 0.99% 0.95% -
XYZ 56.94 76.49 11.82 -
YUV 203.58 14.24 129.01 -
System Red Green Blue C M Y K H S L
Decimal 205 242 2 0.15 0 0.99 0.05 69.25 0.98 0.48
Hex CD F2 2 F 0 63 5 45 62 30
Octal 315 362 2 17 0 143 5 105 142 60
Binary 11001101 11110010 10 1111 0 1100011 101 1000101 1100010 110000

Color Harmonies of #CDF202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF202

Black with #CDF202

Text Example


Text Example

White with #CDF202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF202; }

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

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

background-color css

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

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

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

border-color css

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

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

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