Html Css Color HEX #CAF619 Electric Lime

📋 copy color: '#CAF619'

red 202 ◦ green 246 ◦ blue 25

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

Shades of Electric Lime #CAF619

Tints of Electric Lime #CAF619

RGB

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

 GREEN value IS 246 (96.48% from 255) = 52.01%

 BLUE value IS 25 (10.16% from 255) = 5.29%

R = 42.71%
G = 52.01%
B = 5.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#CAF619 (or 0xCAF619) is known color: Electric Lime. HEX triplet: CA, F6 and 19. RGB value is (202,246,25). Sum of RGB (Red+Green+Blue) = 202+246+25=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 246 (96.48% from 255 or 52.01% from 473); Blue value is 25 (10.16% from 255 or 5.29% from 473); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF619 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF619 is #3509E6. Grayscale: #D0D0D0. Windows color (decimal): -3475943 or 1701578. OLE color: 1701578.

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

Color convert

RGB 202 246 25 -
CMYK 0.18 0 0.90 0.04
HSL 71.95º 0.92% 0.53% -
HSV(B) 71.95º 0.9% 0.96% -
XYZ 57.49 78.54 13.05 -
YUV 207.65 24.92 123.97 -
System Red Green Blue C M Y K H S L
Decimal 202 246 25 0.18 0 0.90 0.04 71.95 0.92 0.53
Hex CA F6 19 12 0 5A 4 48 5C 35
Octal 312 366 31 22 0 132 4 110 134 65
Binary 11001010 11110110 11001 10010 0 1011010 100 1001000 1011100 110101

Color Harmonies of #CAF619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF619

Black with #CAF619

Text Example


Text Example

White with #CAF619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF619; }

 p { color: rgb(202,246,25); }

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

background-color css

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

 a { background-color: rgb(202,246,25); }

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

border-color css

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

 span { border-color: rgb(202,246,25); }

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