Html Css Color HEX #CDF00D Electric Lime

📋 copy color: '#CDF00D'

red 205 ◦ green 240 ◦ blue 13

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

Shades of Electric Lime #CDF00D

Tints of Electric Lime #CDF00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.84%

R = 44.76%
G = 52.4%
B = 2.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#CDF00D (or 0xCDF00D) is known color: Electric Lime. HEX triplet: CD, F0 and 0D. RGB value is (205,240,13). Sum of RGB (Red+Green+Blue) = 205+240+13=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 13 (5.47% from 255 or 2.84% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF00D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF00D is #320FF2. Grayscale: #CCCCCC. Windows color (decimal): -3280883 or 913613. OLE color: 913613.

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

Color convert

RGB 205 240 13 -
CMYK 0.15 0 0.95 0.06
HSL 69.25º 0.9% 0.5% -
HSV(B) 69.25º 0.95% 0.94% -
XYZ 56.41 75.33 11.95 -
YUV 203.66 20.4 128.96 -
System Red Green Blue C M Y K H S L
Decimal 205 240 13 0.15 0 0.95 0.06 69.25 0.9 0.5
Hex CD F0 D F 0 5F 6 45 5A 32
Octal 315 360 15 17 0 137 6 105 132 62
Binary 11001101 11110000 1101 1111 0 1011111 110 1000101 1011010 110010

Color Harmonies of #CDF00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF00D

Black with #CDF00D

Text Example


Text Example

White with #CDF00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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