Html Css Color HEX #7BC030 Lima

📋 copy color: '#7BC030'

red 123 ◦ green 192 ◦ blue 48

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

Shades of Lima #7BC030

Tints of Lima #7BC030

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.89%

 BLUE value IS 48 (19.14% from 255) = 13.22%

R = 33.88%
G = 52.89%
B = 13.22%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#7BC030 (or 0x7BC030) is known color: Lima. HEX triplet: 7B, C0 and 30. RGB value is (123,192,48). Sum of RGB (Red+Green+Blue) = 123+192+48=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #7BC030 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC030 is #843FCF. Grayscale: #9B9B9B. Windows color (decimal): -8667088 or 3195003. OLE color: 3195003.

HSL color Cylindrical-coordinate representation of color #7BC030: hue angle of 88.75º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7BC030 is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 192 48 -
CMYK 0.36 0 0.75 0.25
HSL 88.75º 0.6% 0.47% -
HSV(B) 88.75º 0.75% 0.75% -
XYZ 27.55 42.12 9.47 -
YUV 154.95 67.64 105.21 -
System Red Green Blue C M Y K H S L
Decimal 123 192 48 0.36 0 0.75 0.25 88.75 0.6 0.47
Hex 7B C0 30 24 0 4B 19 59 3C 2F
Octal 173 300 60 44 0 113 31 131 74 57
Binary 1111011 11000000 110000 100100 0 1001011 11001 1011001 111100 101111

Color Harmonies of #7BC030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC030

Black with #7BC030

Text Example


Text Example

White with #7BC030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,192,48); }

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

background-color css

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

 a { background-color: rgb(123,192,48); }

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

border-color css

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

 span { border-color: rgb(123,192,48); }

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