Html Css Color HEX #CDF00F Electric Lime

📋 copy color: '#CDF00F'

red 205 ◦ green 240 ◦ blue 15

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

Shades of Electric Lime #CDF00F

Tints of Electric Lime #CDF00F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.17%

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

R = 44.57%
G = 52.17%
B = 3.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#CDF00F (or 0xCDF00F) is known color: Electric Lime. HEX triplet: CD, F0 and 0F. RGB value is (205,240,15). Sum of RGB (Red+Green+Blue) = 205+240+15=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 240 (94.14% from 255 or 52.17% from 460); Blue value is 15 (6.25% from 255 or 3.26% from 460); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF00F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF00F is #320FF0. Grayscale: #CCCCCC. Windows color (decimal): -3280881 or 1044685. OLE color: 1044685.

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

Color convert

RGB 205 240 15 -
CMYK 0.15 0 0.94 0.06
HSL 69.33º 0.88% 0.5% -
HSV(B) 69.33º 0.94% 0.94% -
XYZ 56.42 75.33 12.02 -
YUV 203.89 21.4 128.8 -
System Red Green Blue C M Y K H S L
Decimal 205 240 15 0.15 0 0.94 0.06 69.33 0.88 0.5
Hex CD F0 F F 0 5E 6 45 58 32
Octal 315 360 17 17 0 136 6 105 130 62
Binary 11001101 11110000 1111 1111 0 1011110 110 1000101 1011000 110010

Color Harmonies of #CDF00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF00F

Black with #CDF00F

Text Example


Text Example

White with #CDF00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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