Html Css Color HEX #CAF814 Electric Lime

📋 copy color: '#CAF814'

red 202 ◦ green 248 ◦ blue 20

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

Shades of Electric Lime #CAF814

Tints of Electric Lime #CAF814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.26%

R = 42.98%
G = 52.77%
B = 4.26%

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

#CAF814 (or 0xCAF814) is known color: Electric Lime. HEX triplet: CA, F8 and 14. RGB value is (202,248,20). Sum of RGB (Red+Green+Blue) = 202+248+20=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 248 (97.27% from 255 or 52.77% from 470); Blue value is 20 (8.20% from 255 or 4.26% from 470); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF814 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF814 is #3507EB. Grayscale: #D1D1D1. Windows color (decimal): -3475436 or 1374410. OLE color: 1374410.

HSL color Cylindrical-coordinate representation of color #CAF814: hue angle of 72.11º 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 #CAF814 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 20 -
CMYK 0.19 0 0.92 0.03
HSL 72.11º 0.94% 0.53% -
HSV(B) 72.11º 0.92% 0.97% -
XYZ 58.05 79.74 12.99 -
YUV 208.25 21.76 123.54 -
System Red Green Blue C M Y K H S L
Decimal 202 248 20 0.19 0 0.92 0.03 72.11 0.94 0.53
Hex CA F8 14 13 0 5C 3 48 5E 35
Octal 312 370 24 23 0 134 3 110 136 65
Binary 11001010 11111000 10100 10011 0 1011100 11 1001000 1011110 110101

Color Harmonies of #CAF814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF814

Black with #CAF814

Text Example


Text Example

White with #CAF814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF814; }

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

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

background-color css

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

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

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

border-color css

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

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

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