Html Css Color HEX #74BA27 Lima

📋 copy color: '#74BA27'

red 116 ◦ green 186 ◦ blue 39

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

Shades of Lima #74BA27

Tints of Lima #74BA27

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.55%

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

R = 34.02%
G = 54.55%
B = 11.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#74BA27 (or 0x74BA27) is known color: Lima. HEX triplet: 74, BA and 27. RGB value is (116,186,39). Sum of RGB (Red+Green+Blue) = 116+186+39=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BA27 is #8B45D8. Grayscale: #949494. Windows color (decimal): -9127385 or 2603636. OLE color: 2603636.

HSL color Cylindrical-coordinate representation of color #74BA27: hue angle of 88.57º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74BA27 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 186 39 -
CMYK 0.38 0 0.79 0.27
HSL 88.57º 0.65% 0.44% -
HSV(B) 88.57º 0.79% 0.73% -
XYZ 25.13 38.98 8.12 -
YUV 148.31 66.31 104.95 -
System Red Green Blue C M Y K H S L
Decimal 116 186 39 0.38 0 0.79 0.27 88.57 0.65 0.44
Hex 74 BA 27 26 0 4F 1B 59 41 2C
Octal 164 272 47 46 0 117 33 131 101 54
Binary 1110100 10111010 100111 100110 0 1001111 11011 1011001 1000001 101100

Color Harmonies of #74BA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA27

Black with #74BA27

Text Example


Text Example

White with #74BA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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