Html Css Color HEX #74C127 Lima

📋 copy color: '#74C127'

red 116 ◦ green 193 ◦ blue 39

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

Shades of Lima #74C127

Tints of Lima #74C127

RGB

 RED value IS 116 (45.7% from 255) = 33.33%

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

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

R = 33.33%
G = 55.46%
B = 11.21%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#74C127 (or 0x74C127) is known color: Lima. HEX triplet: 74, C1 and 27. RGB value is (116,193,39). Sum of RGB (Red+Green+Blue) = 116+193+39=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 193 (75.78% from 255 or 55.46% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 193 - color contains mainly: green. Hex color #74C127 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C127 is #8B3ED8. Grayscale: #989898. Windows color (decimal): -9125593 or 2605428. OLE color: 2605428.

HSL color Cylindrical-coordinate representation of color #74C127: hue angle of 90º 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 #74C127 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 193 39 -
CMYK 0.40 0 0.80 0.24
HSL 90º 0.66% 0.45% -
HSV(B) 90º 0.8% 0.76% -
XYZ 26.64 42 8.62 -
YUV 152.42 63.99 102.02 -
System Red Green Blue C M Y K H S L
Decimal 116 193 39 0.40 0 0.80 0.24 90 0.66 0.45
Hex 74 C1 27 28 0 50 18 5A 42 2D
Octal 164 301 47 50 0 120 30 132 102 55
Binary 1110100 11000001 100111 101000 0 1010000 11000 1011010 1000010 101101

Color Harmonies of #74C127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C127

Black with #74C127

Text Example


Text Example

White with #74C127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74C127; }

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

 H1.HeaderClassName
 {
   color: #74C127;
 }
 .AnyTagClassName
 {
   color: #74C127;
 }
</style>

background-color css

<style>
 a { background-color: #74C127; }

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

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

border-color css

<style>
 span { border-color: #74C127; }

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

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