Html Css Color HEX #7CB234 Lima

📋 copy color: '#7CB234'

red 124 ◦ green 178 ◦ blue 52

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

Shades of Lima #7CB234

Tints of Lima #7CB234

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.28%

 BLUE value IS 52 (20.7% from 255) = 14.69%

R = 35.03%
G = 50.28%
B = 14.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#7CB234 (or 0x7CB234) is known color: Lima. HEX triplet: 7C, B2 and 34. RGB value is (124,178,52). Sum of RGB (Red+Green+Blue) = 124+178+52=354 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.03% from 354); Green value is 178 (69.92% from 255 or 50.28% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB234 is #834DCB. Grayscale: #939393. Windows color (decimal): -8605132 or 3453564. OLE color: 3453564.

HSL color Cylindrical-coordinate representation of color #7CB234: hue angle of 85.71º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7CB234 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 124 178 52 -
CMYK 0.30 0 0.71 0.30
HSL 85.71º 0.55% 0.45% -
HSV(B) 85.71º 0.71% 0.7% -
XYZ 24.85 36.37 8.96 -
YUV 147.49 74.11 111.25 -
System Red Green Blue C M Y K H S L
Decimal 124 178 52 0.30 0 0.71 0.30 85.71 0.55 0.45
Hex 7C B2 34 1E 0 47 1E 56 37 2D
Octal 174 262 64 36 0 107 36 126 67 55
Binary 1111100 10110010 110100 11110 0 1000111 11110 1010110 110111 101101

Color Harmonies of #7CB234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB234

Black with #7CB234

Text Example


Text Example

White with #7CB234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,178,52); }

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

background-color css

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

 a { background-color: rgb(124,178,52); }

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

border-color css

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

 span { border-color: rgb(124,178,52); }

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