Html Css Color HEX #74D027 Lima

📋 copy color: '#74D027'

red 116 ◦ green 208 ◦ blue 39

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

Shades of Lima #74D027

Tints of Lima #74D027

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.3%

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

R = 31.96%
G = 57.3%
B = 10.74%

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

#74D027 (or 0x74D027) is known color: Lima. HEX triplet: 74, D0 and 27. RGB value is (116,208,39). Sum of RGB (Red+Green+Blue) = 116+208+39=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 208 (81.64% from 255 or 57.30% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 208 - color contains mainly: green. Hex color #74D027 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D027 is #8B2FD8. Grayscale: #A1A1A1. Windows color (decimal): -9121753 or 2609268. OLE color: 2609268.

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

Color convert

RGB 116 208 39 -
CMYK 0.44 0 0.81 0.18
HSL 92.66º 0.68% 0.48% -
HSV(B) 92.66º 0.81% 0.82% -
XYZ 30.12 48.97 9.78 -
YUV 161.23 59.02 95.74 -
System Red Green Blue C M Y K H S L
Decimal 116 208 39 0.44 0 0.81 0.18 92.66 0.68 0.48
Hex 74 D0 27 2C 0 51 12 5D 44 30
Octal 164 320 47 54 0 121 22 135 104 60
Binary 1110100 11010000 100111 101100 0 1010001 10010 1011101 1000100 110000

Color Harmonies of #74D027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D027

Black with #74D027

Text Example


Text Example

White with #74D027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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