Html Css Color HEX #CDFF03 Electric Lime

📋 copy color: '#CDFF03'

red 205 ◦ green 255 ◦ blue 3

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

Shades of Electric Lime #CDFF03

Tints of Electric Lime #CDFF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.65%

R = 44.28%
G = 55.08%
B = 0.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#CDFF03 (or 0xCDFF03) is known color: Electric Lime. HEX triplet: CD, FF and 03. RGB value is (205,255,3). Sum of RGB (Red+Green+Blue) = 205+255+3=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 3 (1.56% from 255 or 0.65% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFF03 is #3200FC. Grayscale: #D4D4D4. Windows color (decimal): -3277053 or 262093. OLE color: 262093.

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

Color convert

RGB 205 255 3 -
CMYK 0.20 0 0.99 0
HSL 71.9º 1% 0.51% -
HSV(B) 71.9º 0.99% 1% -
XYZ 60.95 84.51 13.18 -
YUV 211.32 10.44 123.49 -
System Red Green Blue C M Y K H S L
Decimal 205 255 3 0.20 0 0.99 0 71.9 1 0.51
Hex CD FF 3 14 0 63 0 48 64 33
Octal 315 377 3 24 0 143 0 110 144 63
Binary 11001101 11111111 11 10100 0 1100011 0 1001000 1100100 110011

Color Harmonies of #CDFF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFF03

Black with #CDFF03

Text Example


Text Example

White with #CDFF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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