Html Css Color HEX #CAF819 Electric Lime

📋 copy color: '#CAF819'

red 202 ◦ green 248 ◦ blue 25

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

Shades of Electric Lime #CAF819

Tints of Electric Lime #CAF819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.26%

R = 42.53%
G = 52.21%
B = 5.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#CAF819 (or 0xCAF819) is known color: Electric Lime. HEX triplet: CA, F8 and 19. RGB value is (202,248,25). Sum of RGB (Red+Green+Blue) = 202+248+25=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 248 (97.27% from 255 or 52.21% from 475); Blue value is 25 (10.16% from 255 or 5.26% from 475); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF819 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF819 is #3507E6. Grayscale: #D1D1D1. Windows color (decimal): -3475431 or 1702090. OLE color: 1702090.

HSL color Cylindrical-coordinate representation of color #CAF819: hue angle of 72.38º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAF819 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 25 -
CMYK 0.19 0 0.90 0.03
HSL 72.38º 0.94% 0.54% -
HSV(B) 72.38º 0.9% 0.97% -
XYZ 58.1 79.76 13.25 -
YUV 208.82 24.26 123.13 -
System Red Green Blue C M Y K H S L
Decimal 202 248 25 0.19 0 0.90 0.03 72.38 0.94 0.54
Hex CA F8 19 13 0 5A 3 48 5E 36
Octal 312 370 31 23 0 132 3 110 136 66
Binary 11001010 11111000 11001 10011 0 1011010 11 1001000 1011110 110110

Color Harmonies of #CAF819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF819

Black with #CAF819

Text Example


Text Example

White with #CAF819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF819; }

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

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

background-color css

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

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

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

border-color css

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

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

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