Html Css Color HEX #7CBA02 Lima

📋 copy color: '#7CBA02'

red 124 ◦ green 186 ◦ blue 2

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

Shades of Lima #7CBA02

Tints of Lima #7CBA02

RGB

 RED value IS 124 (48.83% from 255) = 39.74%

 GREEN value IS 186 (73.05% from 255) = 59.62%

 BLUE value IS 2 (1.17% from 255) = 0.64%

R = 39.74%
G = 59.62%
B = 0.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#7CBA02 (or 0x7CBA02) is known color: Lima. HEX triplet: 7C, BA and 02. RGB value is (124,186,2). Sum of RGB (Red+Green+Blue) = 124+186+2=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBA02 is #8345FD. Grayscale: #939393. Windows color (decimal): -8603134 or 178812. OLE color: 178812.

HSL color Cylindrical-coordinate representation of color #7CBA02: hue angle of 80.22º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7CBA02 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 186 2 -
CMYK 0.33 0 0.99 0.27
HSL 80.22º 0.98% 0.37% -
HSV(B) 80.22º 0.99% 0.73% -
XYZ 25.88 39.41 6.3 -
YUV 146.49 46.46 111.96 -
System Red Green Blue C M Y K H S L
Decimal 124 186 2 0.33 0 0.99 0.27 80.22 0.98 0.37
Hex 7C BA 2 21 0 63 1B 50 62 25
Octal 174 272 2 41 0 143 33 120 142 45
Binary 1111100 10111010 10 100001 0 1100011 11011 1010000 1100010 100101

Color Harmonies of #7CBA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBA02

Black with #7CBA02

Text Example


Text Example

White with #7CBA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CBA02; }

 p { color: rgb(124,186,2); }

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

background-color css

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

 a { background-color: rgb(124,186,2); }

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

border-color css

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

 span { border-color: rgb(124,186,2); }

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