Html Css Color HEX #CDFF00 Electric Lime

📋 copy color: '#CDFF00'

red 205 ◦ green 255 ◦ blue 0

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

Shades of Electric Lime #CDFF00

Tints of Electric Lime #CDFF00

RGB

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

 GREEN value IS 255 (100% from 255) = 55.43%

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

R = 44.57%
G = 55.43%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#CDFF00 (or 0xCDFF00) is known color: Electric Lime. HEX triplet: CD, FF and 00. RGB value is (205,255,0). Sum of RGB (Red+Green+Blue) = 205+255+0=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 0 (0.39% from 255 or 0% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFF00 is #3200FF. Grayscale: #D3D3D3. Windows color (decimal): -3277056 or 65485. OLE color: 65485.

HSL color Cylindrical-coordinate representation of color #CDFF00: hue angle of 71.76º 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 #CDFF00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB 205 255 0 -
CMYK 0.20 0 1 0
HSL 71.76º 1% 0.5% -
HSV(B) 71.76º 1% 1% -
XYZ 60.94 84.5 13.1 -
YUV 210.98 8.94 123.73 -
System Red Green Blue C M Y K H S L
Decimal 205 255 0 0.20 0 1 0 71.76 1 0.5
Hex CD FF 0 14 0 64 0 48 64 32
Octal 315 377 0 24 0 144 0 110 144 62
Binary 11001101 11111111 0 10100 0 1100100 0 1001000 1100100 110010

Color Harmonies of #CDFF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFF00

Black with #CDFF00

Text Example


Text Example

White with #CDFF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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