Html Css Color HEX #74D127 Lima

📋 copy color: '#74D127'

red 116 ◦ green 209 ◦ blue 39

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

Shades of Lima #74D127

Tints of Lima #74D127

RGB

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

 GREEN value IS 209 (82.03% from 255) = 57.42%

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

R = 31.87%
G = 57.42%
B = 10.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#74D127 (or 0x74D127) is known color: Lima. HEX triplet: 74, D1 and 27. RGB value is (116,209,39). Sum of RGB (Red+Green+Blue) = 116+209+39=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 209 (82.03% from 255 or 57.42% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 209 - color contains mainly: green. Hex color #74D127 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D127 is #8B2ED8. Grayscale: #A2A2A2. Windows color (decimal): -9121497 or 2609524. OLE color: 2609524.

HSL color Cylindrical-coordinate representation of color #74D127: hue angle of 92.82º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74D127 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 209 39 -
CMYK 0.44 0 0.81 0.18
HSL 92.82º 0.69% 0.49% -
HSV(B) 92.82º 0.81% 0.82% -
XYZ 30.37 49.46 9.87 -
YUV 161.81 58.69 95.32 -
System Red Green Blue C M Y K H S L
Decimal 116 209 39 0.44 0 0.81 0.18 92.82 0.69 0.49
Hex 74 D1 27 2C 0 51 12 5D 45 31
Octal 164 321 47 54 0 121 22 135 105 61
Binary 1110100 11010001 100111 101100 0 1010001 10010 1011101 1000101 110001

Color Harmonies of #74D127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D127

Black with #74D127

Text Example


Text Example

White with #74D127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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