Html Css Color HEX #CDFE00 Electric Lime

📋 copy color: '#CDFE00'

red 205 ◦ green 254 ◦ blue 0

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

Shades of Electric Lime #CDFE00

Tints of Electric Lime #CDFE00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.66%
G = 55.34%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#CDFE00 (or 0xCDFE00) is known color: Electric Lime. HEX triplet: CD, FE and 00. RGB value is (205,254,0). Sum of RGB (Red+Green+Blue) = 205+254+0=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 254 (99.61% from 255 or 55.34% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFE00 is #3201FF. Grayscale: #D3D3D3. Windows color (decimal): -3277312 or 65229. OLE color: 65229.

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

Color convert

RGB 205 254 0 -
CMYK 0.19 0 1 0.00
HSL 71.57º 1% 0.5% -
HSV(B) 71.57º 1% 1% -
XYZ 60.62 83.86 12.99 -
YUV 210.39 9.27 124.15 -
System Red Green Blue C M Y K H S L
Decimal 205 254 0 0.19 0 1 0.00 71.57 1 0.5
Hex CD FE 0 13 0 64 0 48 64 32
Octal 315 376 0 23 0 144 0 110 144 62
Binary 11001101 11111110 0 10011 0 1100100 0 1001000 1100100 110010

Color Harmonies of #CDFE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFE00

Black with #CDFE00

Text Example


Text Example

White with #CDFE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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