Html Css Color HEX #CAF90F Electric Lime

📋 copy color: '#CAF90F'

red 202 ◦ green 249 ◦ blue 15

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

Shades of Electric Lime #CAF90F

Tints of Electric Lime #CAF90F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.22%

R = 43.35%
G = 53.43%
B = 3.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#CAF90F (or 0xCAF90F) is known color: Electric Lime. HEX triplet: CA, F9 and 0F. RGB value is (202,249,15). Sum of RGB (Red+Green+Blue) = 202+249+15=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 249 (97.66% from 255 or 53.43% from 466); Blue value is 15 (6.25% from 255 or 3.22% from 466); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF90F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF90F is #3506F0. Grayscale: #D1D1D1. Windows color (decimal): -3475185 or 1046986. OLE color: 1046986.

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

Color convert

RGB 202 249 15 -
CMYK 0.19 0 0.94 0.02
HSL 72.05º 0.95% 0.52% -
HSV(B) 72.05º 0.94% 0.98% -
XYZ 58.32 80.34 12.89 -
YUV 208.27 18.93 123.53 -
System Red Green Blue C M Y K H S L
Decimal 202 249 15 0.19 0 0.94 0.02 72.05 0.95 0.52
Hex CA F9 F 13 0 5E 2 48 5F 34
Octal 312 371 17 23 0 136 2 110 137 64
Binary 11001010 11111001 1111 10011 0 1011110 10 1001000 1011111 110100

Color Harmonies of #CAF90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF90F

Black with #CAF90F

Text Example


Text Example

White with #CAF90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF90F; }

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

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

background-color css

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

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

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

border-color css

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

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

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