Html Css Color HEX #CDFB18 Electric Lime

📋 copy color: '#CDFB18'

red 205 ◦ green 251 ◦ blue 24

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

Shades of Electric Lime #CDFB18

Tints of Electric Lime #CDFB18

RGB

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

 GREEN value IS 251 (98.44% from 255) = 52.29%

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

R = 42.71%
G = 52.29%
B = 5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#CDFB18 (or 0xCDFB18) is known color: Electric Lime. HEX triplet: CD, FB and 18. RGB value is (205,251,24). Sum of RGB (Red+Green+Blue) = 205+251+24=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 251 (98.44% from 255 or 52.29% from 480); Blue value is 24 (9.77% from 255 or 5% from 480); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFB18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFB18 is #3204E7. Grayscale: #D4D4D4. Windows color (decimal): -3278056 or 1637325. OLE color: 1637325.

HSL color Cylindrical-coordinate representation of color #CDFB18: hue angle of 72.16º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDFB18 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 251 24 -
CMYK 0.18 0 0.90 0.02
HSL 72.16º 0.97% 0.54% -
HSV(B) 72.16º 0.9% 0.98% -
XYZ 59.84 82.04 13.55 -
YUV 211.37 22.26 123.46 -
System Red Green Blue C M Y K H S L
Decimal 205 251 24 0.18 0 0.90 0.02 72.16 0.97 0.54
Hex CD FB 18 12 0 5A 2 48 61 36
Octal 315 373 30 22 0 132 2 110 141 66
Binary 11001101 11111011 11000 10010 0 1011010 10 1001000 1100001 110110

Color Harmonies of #CDFB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFB18

Black with #CDFB18

Text Example


Text Example

White with #CDFB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFB18; }

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

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

background-color css

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

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

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

border-color css

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

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

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