Html Css Color HEX #CAF81D Electric Lime

📋 copy color: '#CAF81D'

red 202 ◦ green 248 ◦ blue 29

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

Shades of Electric Lime #CAF81D

Tints of Electric Lime #CAF81D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.05%

R = 42.17%
G = 51.77%
B = 6.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#CAF81D (or 0xCAF81D) is known color: Electric Lime. HEX triplet: CA, F8 and 1D. RGB value is (202,248,29). Sum of RGB (Red+Green+Blue) = 202+248+29=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 248 (97.27% from 255 or 51.77% from 479); Blue value is 29 (11.72% from 255 or 6.05% from 479); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF81D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF81D is #3507E2. Grayscale: #D2D2D2. Windows color (decimal): -3475427 or 1964234. OLE color: 1964234.

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

Color convert

RGB 202 248 29 -
CMYK 0.19 0 0.88 0.03
HSL 72.6º 0.94% 0.54% -
HSV(B) 72.6º 0.88% 0.97% -
XYZ 58.15 79.78 13.5 -
YUV 209.28 26.26 122.81 -
System Red Green Blue C M Y K H S L
Decimal 202 248 29 0.19 0 0.88 0.03 72.6 0.94 0.54
Hex CA F8 1D 13 0 58 3 49 5E 36
Octal 312 370 35 23 0 130 3 111 136 66
Binary 11001010 11111000 11101 10011 0 1011000 11 1001001 1011110 110110

Color Harmonies of #CAF81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF81D

Black with #CAF81D

Text Example


Text Example

White with #CAF81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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