#7BCA27

Color #7BCA27 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7BCA27

Tints of Lima #7BCA27

Color information

#7BCA27 (or 0x7BCA27) is unknown color: approx Lima. HEX triplet: 7B, CA and 27. RGB value is (123,202,39). Sum of RGB (Red+Green+Blue) = 123+202+39=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 202 (79.30% from 255 or 55.49% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCA27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCA27 is #8435D8. Grayscale: #A0A0A0. Windows color (decimal): -8664537 or 2607739. OLE color: 2607739.

HSL color Cylindrical-coordinate representation of color #7BCA27: hue angle of 89.08º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7BCA27 is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB12320239-
CMYK0.3900.810.21
HSL89.08º67.63%47.25%-
HSV(B)89.08º80.69%79.22%-
XYZ29.6646.69.35-
YUV159.859.83101.75-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.79%
GREEN value IS 202 (79.30% from 255) = 55.49%
BLUE value IS 39 (15.62% from 255) = 10.71%
R=33.79%
G=55.49%
B=10.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal123202390.3900.810.2189.0867.6347.25
Hex7BCA27270511559442f
Octal173312474701212513110457
Binary111101111001010100111100111010100011010110110011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,202,39); }

 H1.HeaderClassName
 {
   color: #7BCA27;
 }
 .AnyTagClassName
 {
   color: #7BCA27;
 }
</style>
background-color css

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

 a { background-color: rgb(123,202,39); }

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

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

 span { border-color: rgb(123,202,39); }

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