Html Css Color HEX #CAF107 Electric Lime

📋 copy color: '#CAF107'

red 202 ◦ green 241 ◦ blue 7

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

Shades of Electric Lime #CAF107

Tints of Electric Lime #CAF107

RGB

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

 GREEN value IS 241 (94.53% from 255) = 53.56%

 BLUE value IS 7 (3.13% from 255) = 1.56%

R = 44.89%
G = 53.56%
B = 1.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#CAF107 (or 0xCAF107) is known color: Electric Lime. HEX triplet: CA, F1 and 07. RGB value is (202,241,7). Sum of RGB (Red+Green+Blue) = 202+241+7=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 241 (94.53% from 255 or 53.56% from 450); Blue value is 7 (3.12% from 255 or 1.56% from 450); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF107 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF107 is #350EF8. Grayscale: #CBCBCB. Windows color (decimal): -3477241 or 520650. OLE color: 520650.

HSL color Cylindrical-coordinate representation of color #CAF107: hue angle of 70º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CAF107 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 241 7 -
CMYK 0.16 0 0.97 0.05
HSL 70º 0.94% 0.49% -
HSV(B) 70º 0.97% 0.95% -
XYZ 55.85 75.48 11.83 -
YUV 202.66 17.58 127.53 -
System Red Green Blue C M Y K H S L
Decimal 202 241 7 0.16 0 0.97 0.05 70 0.94 0.49
Hex CA F1 7 10 0 61 5 46 5E 31
Octal 312 361 7 20 0 141 5 106 136 61
Binary 11001010 11110001 111 10000 0 1100001 101 1000110 1011110 110001

Color Harmonies of #CAF107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF107

Black with #CAF107

Text Example


Text Example

White with #CAF107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF107; }

 p { color: rgb(202,241,7); }

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

background-color css

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

 a { background-color: rgb(202,241,7); }

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

border-color css

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

 span { border-color: rgb(202,241,7); }

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