Html Css Color HEX #CAFD03 Electric Lime

📋 copy color: '#CAFD03'

red 202 ◦ green 253 ◦ blue 3

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

Shades of Electric Lime #CAFD03

Tints of Electric Lime #CAFD03

RGB

 RED value IS 202 (79.3% from 255) = 44.1%

 GREEN value IS 253 (99.22% from 255) = 55.24%

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

R = 44.1%
G = 55.24%
B = 0.66%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#CAFD03 (or 0xCAFD03) is known color: Electric Lime. HEX triplet: CA, FD and 03. RGB value is (202,253,3). Sum of RGB (Red+Green+Blue) = 202+253+3=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 253 (99.22% from 255 or 55.24% from 458); Blue value is 3 (1.56% from 255 or 0.66% from 458); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFD03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFD03 is #3502FC. Grayscale: #D2D2D2. Windows color (decimal): -3474173 or 261578. OLE color: 261578.

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

Color convert

RGB 202 253 3 -
CMYK 0.20 0 0.99 0.01
HSL 72.24º 0.98% 0.5% -
HSV(B) 72.24º 0.99% 0.99% -
XYZ 59.5 82.81 12.93 -
YUV 209.25 11.6 122.83 -
System Red Green Blue C M Y K H S L
Decimal 202 253 3 0.20 0 0.99 0.01 72.24 0.98 0.5
Hex CA FD 3 14 0 63 1 48 62 32
Octal 312 375 3 24 0 143 1 110 142 62
Binary 11001010 11111101 11 10100 0 1100011 1 1001000 1100010 110010

Color Harmonies of #CAFD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFD03

Black with #CAFD03

Text Example


Text Example

White with #CAFD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFD03; }

 p { color: rgb(202,253,3); }

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

background-color css

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

 a { background-color: rgb(202,253,3); }

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

border-color css

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

 span { border-color: rgb(202,253,3); }

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