Html Css Color HEX #7CC135 Lima

📋 copy color: '#7CC135'

red 124 ◦ green 193 ◦ blue 53

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

Shades of Lima #7CC135

Tints of Lima #7CC135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.32%

R = 33.51%
G = 52.16%
B = 14.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#7CC135 (or 0x7CC135) is known color: Lima. HEX triplet: 7C, C1 and 35. RGB value is (124,193,53). Sum of RGB (Red+Green+Blue) = 124+193+53=370 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.51% from 370); Green value is 193 (75.78% from 255 or 52.16% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC135 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC135 is #833ECA. Grayscale: #9C9C9C. Windows color (decimal): -8601291 or 3522940. OLE color: 3522940.

HSL color Cylindrical-coordinate representation of color #7CC135: hue angle of 89.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7CC135 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 124 193 53 -
CMYK 0.36 0 0.73 0.24
HSL 89.57º 0.57% 0.48% -
HSV(B) 89.57º 0.73% 0.76% -
XYZ 28.02 42.68 10.13 -
YUV 156.41 69.64 104.88 -
System Red Green Blue C M Y K H S L
Decimal 124 193 53 0.36 0 0.73 0.24 89.57 0.57 0.48
Hex 7C C1 35 24 0 49 18 5A 39 30
Octal 174 301 65 44 0 111 30 132 71 60
Binary 1111100 11000001 110101 100100 0 1001001 11000 1011010 111001 110000

Color Harmonies of #7CC135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC135

Black with #7CC135

Text Example


Text Example

White with #7CC135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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