Html Css Color HEX #7BC30E Lima

📋 copy color: '#7BC30E'

red 123 ◦ green 195 ◦ blue 14

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

Shades of Lima #7BC30E

Tints of Lima #7BC30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.22%

R = 37.05%
G = 58.73%
B = 4.22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#7BC30E (or 0x7BC30E) is known color: Lima. HEX triplet: 7B, C3 and 0E. RGB value is (123,195,14). Sum of RGB (Red+Green+Blue) = 123+195+14=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 195 (76.56% from 255 or 58.73% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC30E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC30E is #843CF1. Grayscale: #999999. Windows color (decimal): -8666354 or 967547. OLE color: 967547.

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

Color convert

RGB 123 195 14 -
CMYK 0.37 0 0.93 0.24
HSL 83.87º 0.87% 0.41% -
HSV(B) 83.87º 0.93% 0.76% -
XYZ 27.76 43.27 7.3 -
YUV 152.84 49.65 106.72 -
System Red Green Blue C M Y K H S L
Decimal 123 195 14 0.37 0 0.93 0.24 83.87 0.87 0.41
Hex 7B C3 E 25 0 5D 18 54 57 29
Octal 173 303 16 45 0 135 30 124 127 51
Binary 1111011 11000011 1110 100101 0 1011101 11000 1010100 1010111 101001

Color Harmonies of #7BC30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC30E

Black with #7BC30E

Text Example


Text Example

White with #7BC30E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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