Html Css Color HEX #CDFE18 Electric Lime

📋 copy color: '#CDFE18'

red 205 ◦ green 254 ◦ blue 24

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

Shades of Electric Lime #CDFE18

Tints of Electric Lime #CDFE18

RGB

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

 GREEN value IS 254 (99.61% from 255) = 52.59%

 BLUE value IS 24 (9.77% from 255) = 4.97%

R = 42.44%
G = 52.59%
B = 4.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#CDFE18 (or 0xCDFE18) is known color: Electric Lime. HEX triplet: CD, FE and 18. RGB value is (205,254,24). Sum of RGB (Red+Green+Blue) = 205+254+24=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 254 (99.61% from 255 or 52.59% from 483); Blue value is 24 (9.77% from 255 or 4.97% from 483); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFE18 is #3201E7. Grayscale: #D5D5D5. Windows color (decimal): -3277288 or 1638093. OLE color: 1638093.

HSL color Cylindrical-coordinate representation of color #CDFE18: hue angle of 72.78º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDFE18 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.

Color convert

RGB 205 254 24 -
CMYK 0.19 0 0.91 0.00
HSL 72.78º 0.99% 0.55% -
HSV(B) 72.78º 0.91% 1% -
XYZ 60.78 83.93 13.86 -
YUV 213.13 21.27 122.2 -
System Red Green Blue C M Y K H S L
Decimal 205 254 24 0.19 0 0.91 0.00 72.78 0.99 0.55
Hex CD FE 18 13 0 5B 0 49 63 37
Octal 315 376 30 23 0 133 0 111 143 67
Binary 11001101 11111110 11000 10011 0 1011011 0 1001001 1100011 110111

Color Harmonies of #CDFE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFE18

Black with #CDFE18

Text Example


Text Example

White with #CDFE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFE18; }

 p { color: rgb(205,254,24); }

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

background-color css

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

 a { background-color: rgb(205,254,24); }

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

border-color css

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

 span { border-color: rgb(205,254,24); }

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