Html Css Color HEX #7CC127 Lima

📋 copy color: '#7CC127'

red 124 ◦ green 193 ◦ blue 39

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

Shades of Lima #7CC127

Tints of Lima #7CC127

RGB

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

 GREEN value IS 193 (75.78% from 255) = 54.21%

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

R = 34.83%
G = 54.21%
B = 10.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#7CC127 (or 0x7CC127) is known color: Lima. HEX triplet: 7C, C1 and 27. RGB value is (124,193,39). Sum of RGB (Red+Green+Blue) = 124+193+39=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 193 (75.78% from 255 or 54.21% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC127 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC127 is #833ED8. Grayscale: #9B9B9B. Windows color (decimal): -8601305 or 2605436. OLE color: 2605436.

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

Color convert

RGB 124 193 39 -
CMYK 0.36 0 0.80 0.24
HSL 86.88º 0.66% 0.45% -
HSV(B) 86.88º 0.8% 0.76% -
XYZ 27.75 42.57 8.67 -
YUV 154.81 62.64 106.02 -
System Red Green Blue C M Y K H S L
Decimal 124 193 39 0.36 0 0.80 0.24 86.88 0.66 0.45
Hex 7C C1 27 24 0 50 18 57 42 2D
Octal 174 301 47 44 0 120 30 127 102 55
Binary 1111100 11000001 100111 100100 0 1010000 11000 1010111 1000010 101101

Color Harmonies of #7CC127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC127

Black with #7CC127

Text Example


Text Example

White with #7CC127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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