Html Css Color HEX #CAFA03 Electric Lime

📋 copy color: '#CAFA03'

red 202 ◦ green 250 ◦ blue 3

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

Shades of Electric Lime #CAFA03

Tints of Electric Lime #CAFA03

RGB

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

 GREEN value IS 250 (98.05% from 255) = 54.95%

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

R = 44.4%
G = 54.95%
B = 0.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#CAFA03 (or 0xCAFA03) is known color: Electric Lime. HEX triplet: CA, FA and 03. RGB value is (202,250,3). Sum of RGB (Red+Green+Blue) = 202+250+3=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 250 (98.05% from 255 or 54.95% from 455); Blue value is 3 (1.56% from 255 or 0.66% from 455); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFA03 is #3505FC. Grayscale: #D0D0D0. Windows color (decimal): -3474941 or 260810. OLE color: 260810.

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

Color convert

RGB 202 250 3 -
CMYK 0.19 0 0.99 0.02
HSL 71.66º 0.98% 0.5% -
HSV(B) 71.66º 0.99% 0.98% -
XYZ 58.56 80.93 12.62 -
YUV 207.49 12.6 124.08 -
System Red Green Blue C M Y K H S L
Decimal 202 250 3 0.19 0 0.99 0.02 71.66 0.98 0.5
Hex CA FA 3 13 0 63 2 48 62 32
Octal 312 372 3 23 0 143 2 110 142 62
Binary 11001010 11111010 11 10011 0 1100011 10 1001000 1100010 110010

Color Harmonies of #CAFA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFA03

Black with #CAFA03

Text Example


Text Example

White with #CAFA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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