Html Css Color HEX #CAF815 Electric Lime

📋 copy color: '#CAF815'

red 202 ◦ green 248 ◦ blue 21

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

Shades of Electric Lime #CAF815

Tints of Electric Lime #CAF815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.46%

R = 42.89%
G = 52.65%
B = 4.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#CAF815 (or 0xCAF815) is known color: Electric Lime. HEX triplet: CA, F8 and 15. RGB value is (202,248,21). Sum of RGB (Red+Green+Blue) = 202+248+21=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 248 (97.27% from 255 or 52.65% from 471); Blue value is 21 (8.59% from 255 or 4.46% from 471); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF815 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF815 is #3507EA. Grayscale: #D1D1D1. Windows color (decimal): -3475435 or 1439946. OLE color: 1439946.

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

Color convert

RGB 202 248 21 -
CMYK 0.19 0 0.92 0.03
HSL 72.16º 0.94% 0.53% -
HSV(B) 72.16º 0.92% 0.97% -
XYZ 58.06 79.75 13.04 -
YUV 208.37 22.26 123.46 -
System Red Green Blue C M Y K H S L
Decimal 202 248 21 0.19 0 0.92 0.03 72.16 0.94 0.53
Hex CA F8 15 13 0 5C 3 48 5E 35
Octal 312 370 25 23 0 134 3 110 136 65
Binary 11001010 11111000 10101 10011 0 1011100 11 1001000 1011110 110101

Color Harmonies of #CAF815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF815

Black with #CAF815

Text Example


Text Example

White with #CAF815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF815; }

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

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

background-color css

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

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

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

border-color css

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

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

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