Html Css Color HEX #CDFC03 Electric Lime

📋 copy color: '#CDFC03'

red 205 ◦ green 252 ◦ blue 3

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

Shades of Electric Lime #CDFC03

Tints of Electric Lime #CDFC03

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.78%

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

R = 44.57%
G = 54.78%
B = 0.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#CDFC03 (or 0xCDFC03) is known color: Electric Lime. HEX triplet: CD, FC and 03. RGB value is (205,252,3). Sum of RGB (Red+Green+Blue) = 205+252+3=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 252 (98.83% from 255 or 54.78% from 460); Blue value is 3 (1.56% from 255 or 0.65% from 460); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFC03 is #3203FC. Grayscale: #D2D2D2. Windows color (decimal): -3277821 or 261325. OLE color: 261325.

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

Color convert

RGB 205 252 3 -
CMYK 0.19 0 0.99 0.01
HSL 71.33º 0.98% 0.5% -
HSV(B) 71.33º 0.99% 0.99% -
XYZ 60 82.61 12.87 -
YUV 209.56 11.43 124.75 -
System Red Green Blue C M Y K H S L
Decimal 205 252 3 0.19 0 0.99 0.01 71.33 0.98 0.5
Hex CD FC 3 13 0 63 1 47 62 32
Octal 315 374 3 23 0 143 1 107 142 62
Binary 11001101 11111100 11 10011 0 1100011 1 1000111 1100010 110010

Color Harmonies of #CDFC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFC03

Black with #CDFC03

Text Example


Text Example

White with #CDFC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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