Html Css Color HEX #7CB02D Lima

📋 copy color: '#7CB02D'

red 124 ◦ green 176 ◦ blue 45

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

Shades of Lima #7CB02D

Tints of Lima #7CB02D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.01%

 BLUE value IS 45 (17.97% from 255) = 13.04%

R = 35.94%
G = 51.01%
B = 13.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#7CB02D (or 0x7CB02D) is known color: Lima. HEX triplet: 7C, B0 and 2D. RGB value is (124,176,45). Sum of RGB (Red+Green+Blue) = 124+176+45=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 176 (69.14% from 255 or 51.01% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB02D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB02D is #834FD2. Grayscale: #919191. Windows color (decimal): -8605651 or 2994300. OLE color: 2994300.

HSL color Cylindrical-coordinate representation of color #7CB02D: hue angle of 83.82º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7CB02D is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 176 45 -
CMYK 0.30 0 0.74 0.31
HSL 83.82º 0.59% 0.43% -
HSV(B) 83.82º 0.74% 0.69% -
XYZ 24.31 35.53 8.06 -
YUV 145.52 71.27 112.65 -
System Red Green Blue C M Y K H S L
Decimal 124 176 45 0.30 0 0.74 0.31 83.82 0.59 0.43
Hex 7C B0 2D 1E 0 4A 1F 54 3B 2B
Octal 174 260 55 36 0 112 37 124 73 53
Binary 1111100 10110000 101101 11110 0 1001010 11111 1010100 111011 101011

Color Harmonies of #7CB02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB02D

Black with #7CB02D

Text Example


Text Example

White with #7CB02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,176,45); }

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

background-color css

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

 a { background-color: rgb(124,176,45); }

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

border-color css

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

 span { border-color: rgb(124,176,45); }

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