Html Css Color HEX #CAF718 Electric Lime

📋 copy color: '#CAF718'

red 202 ◦ green 247 ◦ blue 24

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

Shades of Electric Lime #CAF718

Tints of Electric Lime #CAF718

RGB

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

 GREEN value IS 247 (96.88% from 255) = 52.22%

 BLUE value IS 24 (9.77% from 255) = 5.07%

R = 42.71%
G = 52.22%
B = 5.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#CAF718 (or 0xCAF718) is known color: Electric Lime. HEX triplet: CA, F7 and 18. RGB value is (202,247,24). Sum of RGB (Red+Green+Blue) = 202+247+24=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 247 (96.88% from 255 or 52.22% from 473); Blue value is 24 (9.77% from 255 or 5.07% from 473); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF718 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF718 is #3508E7. Grayscale: #D0D0D0. Windows color (decimal): -3475688 or 1636298. OLE color: 1636298.

HSL color Cylindrical-coordinate representation of color #CAF718: hue angle of 72.11º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAF718 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 247 24 -
CMYK 0.18 0 0.90 0.03
HSL 72.11º 0.93% 0.53% -
HSV(B) 72.11º 0.9% 0.97% -
XYZ 57.78 79.14 13.1 -
YUV 208.12 24.09 123.63 -
System Red Green Blue C M Y K H S L
Decimal 202 247 24 0.18 0 0.90 0.03 72.11 0.93 0.53
Hex CA F7 18 12 0 5A 3 48 5D 35
Octal 312 367 30 22 0 132 3 110 135 65
Binary 11001010 11110111 11000 10010 0 1011010 11 1001000 1011101 110101

Color Harmonies of #CAF718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF718

Black with #CAF718

Text Example


Text Example

White with #CAF718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF718; }

 p { color: rgb(202,247,24); }

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

background-color css

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

 a { background-color: rgb(202,247,24); }

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

border-color css

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

 span { border-color: rgb(202,247,24); }

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