Html Css Color HEX #7BC325 Lima

📋 copy color: '#7BC325'

red 123 ◦ green 195 ◦ blue 37

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

Shades of Lima #7BC325

Tints of Lima #7BC325

RGB

 RED value IS 123 (48.44% from 255) = 34.65%

 GREEN value IS 195 (76.56% from 255) = 54.93%

 BLUE value IS 37 (14.84% from 255) = 10.42%

R = 34.65%
G = 54.93%
B = 10.42%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#7BC325 (or 0x7BC325) is known color: Lima. HEX triplet: 7B, C3 and 25. RGB value is (123,195,37). Sum of RGB (Red+Green+Blue) = 123+195+37=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 195 (76.56% from 255 or 54.93% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC325 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC325 is #843CDA. Grayscale: #9C9C9C. Windows color (decimal): -8666331 or 2474875. OLE color: 2474875.

HSL color Cylindrical-coordinate representation of color #7BC325: hue angle of 87.34º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7BC325 is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 123 195 37 -
CMYK 0.37 0 0.81 0.24
HSL 87.34º 0.68% 0.45% -
HSV(B) 87.34º 0.81% 0.76% -
XYZ 28.02 43.37 8.65 -
YUV 155.46 61.15 104.85 -
System Red Green Blue C M Y K H S L
Decimal 123 195 37 0.37 0 0.81 0.24 87.34 0.68 0.45
Hex 7B C3 25 25 0 51 18 57 44 2D
Octal 173 303 45 45 0 121 30 127 104 55
Binary 1111011 11000011 100101 100101 0 1010001 11000 1010111 1000100 101101

Color Harmonies of #7BC325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC325

Black with #7BC325

Text Example


Text Example

White with #7BC325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,195,37); }

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

background-color css

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

 a { background-color: rgb(123,195,37); }

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

border-color css

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

 span { border-color: rgb(123,195,37); }

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