Html Css Color HEX #CAF803 Electric Lime

📋 copy color: '#CAF803'

red 202 ◦ green 248 ◦ blue 3

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

Shades of Electric Lime #CAF803

Tints of Electric Lime #CAF803

RGB

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

 GREEN value IS 248 (97.27% from 255) = 54.75%

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

R = 44.59%
G = 54.75%
B = 0.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#CAF803 (or 0xCAF803) is known color: Electric Lime. HEX triplet: CA, F8 and 03. RGB value is (202,248,3). Sum of RGB (Red+Green+Blue) = 202+248+3=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 248 (97.27% from 255 or 54.75% from 453); Blue value is 3 (1.56% from 255 or 0.66% from 453); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF803 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF803 is #3507FC. Grayscale: #CFCFCF. Windows color (decimal): -3475453 or 260298. OLE color: 260298.

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

Color convert

RGB 202 248 3 -
CMYK 0.19 0 0.99 0.03
HSL 71.27º 0.98% 0.49% -
HSV(B) 71.27º 0.99% 0.97% -
XYZ 57.94 79.7 12.42 -
YUV 206.32 13.26 124.92 -
System Red Green Blue C M Y K H S L
Decimal 202 248 3 0.19 0 0.99 0.03 71.27 0.98 0.49
Hex CA F8 3 13 0 63 3 47 62 31
Octal 312 370 3 23 0 143 3 107 142 61
Binary 11001010 11111000 11 10011 0 1100011 11 1000111 1100010 110001

Color Harmonies of #CAF803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF803

Black with #CAF803

Text Example


Text Example

White with #CAF803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF803; }

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

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

background-color css

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

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

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

border-color css

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

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

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