Html Css Color HEX #7CC027 Lima

📋 copy color: '#7CC027'

red 124 ◦ green 192 ◦ blue 39

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

Shades of Lima #7CC027

Tints of Lima #7CC027

RGB

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

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

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

R = 34.93%
G = 54.08%
B = 10.99%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#7CC027 (or 0x7CC027) is known color: Lima. HEX triplet: 7C, C0 and 27. RGB value is (124,192,39). Sum of RGB (Red+Green+Blue) = 124+192+39=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC027 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC027 is #833FD8. Grayscale: #9A9A9A. Windows color (decimal): -8601561 or 2605180. OLE color: 2605180.

HSL color Cylindrical-coordinate representation of color #7CC027: hue angle of 86.67º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7CC027 is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 192 39 -
CMYK 0.35 0 0.80 0.25
HSL 86.67º 0.66% 0.45% -
HSV(B) 86.67º 0.8% 0.75% -
XYZ 27.53 42.13 8.6 -
YUV 154.23 62.97 106.44 -
System Red Green Blue C M Y K H S L
Decimal 124 192 39 0.35 0 0.80 0.25 86.67 0.66 0.45
Hex 7C C0 27 23 0 50 19 57 42 2D
Octal 174 300 47 43 0 120 31 127 102 55
Binary 1111100 11000000 100111 100011 0 1010000 11001 1010111 1000010 101101

Color Harmonies of #7CC027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC027

Black with #7CC027

Text Example


Text Example

White with #7CC027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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