Html Css Color HEX #74BA21 Lima

📋 copy color: '#74BA21'

red 116 ◦ green 186 ◦ blue 33

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

Shades of Lima #74BA21

Tints of Lima #74BA21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.85%

R = 34.63%
G = 55.52%
B = 9.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#74BA21 (or 0x74BA21) is known color: Lima. HEX triplet: 74, BA and 21. RGB value is (116,186,33). Sum of RGB (Red+Green+Blue) = 116+186+33=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BA21 is #8B45DE. Grayscale: #949494. Windows color (decimal): -9127391 or 2210420. OLE color: 2210420.

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

Color convert

RGB 116 186 33 -
CMYK 0.38 0 0.82 0.27
HSL 87.45º 0.7% 0.43% -
HSV(B) 87.45º 0.82% 0.73% -
XYZ 25.04 38.94 7.64 -
YUV 147.63 63.31 105.44 -
System Red Green Blue C M Y K H S L
Decimal 116 186 33 0.38 0 0.82 0.27 87.45 0.7 0.43
Hex 74 BA 21 26 0 52 1B 57 46 2B
Octal 164 272 41 46 0 122 33 127 106 53
Binary 1110100 10111010 100001 100110 0 1010010 11011 1010111 1000110 101011

Color Harmonies of #74BA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA21

Black with #74BA21

Text Example


Text Example

White with #74BA21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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