Html Css Color HEX #7CBC27 Lima

📋 copy color: '#7CBC27'

red 124 ◦ green 188 ◦ blue 39

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

Shades of Lima #7CBC27

Tints of Lima #7CBC27

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.56%

 BLUE value IS 39 (15.63% from 255) = 11.11%

R = 35.33%
G = 53.56%
B = 11.11%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#7CBC27 (or 0x7CBC27) is known color: Lima. HEX triplet: 7C, BC and 27. RGB value is (124,188,39). Sum of RGB (Red+Green+Blue) = 124+188+39=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBC27 is #8343D8. Grayscale: #989898. Windows color (decimal): -8602585 or 2604156. OLE color: 2604156.

HSL color Cylindrical-coordinate representation of color #7CBC27: hue angle of 85.77º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7CBC27 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 188 39 -
CMYK 0.34 0 0.79 0.26
HSL 85.77º 0.66% 0.45% -
HSV(B) 85.77º 0.79% 0.74% -
XYZ 26.66 40.4 8.31 -
YUV 151.88 64.3 108.12 -
System Red Green Blue C M Y K H S L
Decimal 124 188 39 0.34 0 0.79 0.26 85.77 0.66 0.45
Hex 7C BC 27 22 0 4F 1A 56 42 2D
Octal 174 274 47 42 0 117 32 126 102 55
Binary 1111100 10111100 100111 100010 0 1001111 11010 1010110 1000010 101101

Color Harmonies of #7CBC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC27

Black with #7CBC27

Text Example


Text Example

White with #7CBC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,188,39); }

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

background-color css

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

 a { background-color: rgb(124,188,39); }

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

border-color css

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

 span { border-color: rgb(124,188,39); }

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