Html Css Color HEX #CAF91A Electric Lime

📋 copy color: '#CAF91A'

red 202 ◦ green 249 ◦ blue 26

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

Shades of Electric Lime #CAF91A

Tints of Electric Lime #CAF91A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.2%

 BLUE value IS 26 (10.55% from 255) = 5.45%

R = 42.35%
G = 52.2%
B = 5.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#CAF91A (or 0xCAF91A) is known color: Electric Lime. HEX triplet: CA, F9 and 1A. RGB value is (202,249,26). Sum of RGB (Red+Green+Blue) = 202+249+26=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 249 (97.66% from 255 or 52.20% from 477); Blue value is 26 (10.55% from 255 or 5.45% from 477); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF91A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF91A is #3506E5. Grayscale: #D2D2D2. Windows color (decimal): -3475174 or 1767882. OLE color: 1767882.

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

Color convert

RGB 202 249 26 -
CMYK 0.19 0 0.90 0.02
HSL 72.65º 0.95% 0.54% -
HSV(B) 72.65º 0.9% 0.98% -
XYZ 58.42 80.38 13.41 -
YUV 209.53 24.43 122.63 -
System Red Green Blue C M Y K H S L
Decimal 202 249 26 0.19 0 0.90 0.02 72.65 0.95 0.54
Hex CA F9 1A 13 0 5A 2 49 5F 36
Octal 312 371 32 23 0 132 2 111 137 66
Binary 11001010 11111001 11010 10011 0 1011010 10 1001001 1011111 110110

Color Harmonies of #CAF91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF91A

Black with #CAF91A

Text Example


Text Example

White with #CAF91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF91A; }

 p { color: rgb(202,249,26); }

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

background-color css

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

 a { background-color: rgb(202,249,26); }

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

border-color css

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

 span { border-color: rgb(202,249,26); }

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