Html Css Color HEX #CAF81E Electric Lime

📋 copy color: '#CAF81E'

red 202 ◦ green 248 ◦ blue 30

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

Shades of Electric Lime #CAF81E

Tints of Electric Lime #CAF81E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.25%

R = 42.08%
G = 51.67%
B = 6.25%

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

#CAF81E (or 0xCAF81E) is known color: Electric Lime. HEX triplet: CA, F8 and 1E. RGB value is (202,248,30). Sum of RGB (Red+Green+Blue) = 202+248+30=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 248 (97.27% from 255 or 51.67% from 480); Blue value is 30 (12.11% from 255 or 6.25% from 480); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF81E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF81E is #3507E1. Grayscale: #D2D2D2. Windows color (decimal): -3475426 or 2029770. OLE color: 2029770.

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

Color convert

RGB 202 248 30 -
CMYK 0.19 0 0.88 0.03
HSL 72.66º 0.94% 0.55% -
HSV(B) 72.66º 0.88% 0.97% -
XYZ 58.16 79.79 13.56 -
YUV 209.39 26.76 122.73 -
System Red Green Blue C M Y K H S L
Decimal 202 248 30 0.19 0 0.88 0.03 72.66 0.94 0.55
Hex CA F8 1E 13 0 58 3 49 5E 37
Octal 312 370 36 23 0 130 3 111 136 67
Binary 11001010 11111000 11110 10011 0 1011000 11 1001001 1011110 110111

Color Harmonies of #CAF81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF81E

Black with #CAF81E

Text Example


Text Example

White with #CAF81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF81E; }

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

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

background-color css

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

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

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

border-color css

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

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

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