Html Css Color HEX #CDF20F Electric Lime

📋 copy color: '#CDF20F'

red 205 ◦ green 242 ◦ blue 15

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

Shades of Electric Lime #CDF20F

Tints of Electric Lime #CDF20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.25%

R = 44.37%
G = 52.38%
B = 3.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#CDF20F (or 0xCDF20F) is known color: Electric Lime. HEX triplet: CD, F2 and 0F. RGB value is (205,242,15). Sum of RGB (Red+Green+Blue) = 205+242+15=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 15 (6.25% from 255 or 3.25% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF20F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF20F is #320DF0. Grayscale: #CDCDCD. Windows color (decimal): -3280369 or 1045197. OLE color: 1045197.

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

Color convert

RGB 205 242 15 -
CMYK 0.15 0 0.94 0.05
HSL 69.78º 0.9% 0.5% -
HSV(B) 69.78º 0.94% 0.95% -
XYZ 57.02 76.52 12.22 -
YUV 205.06 20.74 127.96 -
System Red Green Blue C M Y K H S L
Decimal 205 242 15 0.15 0 0.94 0.05 69.78 0.9 0.5
Hex CD F2 F F 0 5E 5 46 5A 32
Octal 315 362 17 17 0 136 5 106 132 62
Binary 11001101 11110010 1111 1111 0 1011110 101 1000110 1011010 110010

Color Harmonies of #CDF20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF20F

Black with #CDF20F

Text Example


Text Example

White with #CDF20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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