Html Css Color HEX #74BB28 Lima

📋 copy color: '#74BB28'

red 116 ◦ green 187 ◦ blue 40

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

Shades of Lima #74BB28

Tints of Lima #74BB28

RGB

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

 GREEN value IS 187 (73.44% from 255) = 54.52%

 BLUE value IS 40 (16.02% from 255) = 11.66%

R = 33.82%
G = 54.52%
B = 11.66%

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

#74BB28 (or 0x74BB28) is known color: Lima. HEX triplet: 74, BB and 28. RGB value is (116,187,40). Sum of RGB (Red+Green+Blue) = 116+187+40=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 187 (73.44% from 255 or 54.52% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BB28 is #8B44D7. Grayscale: #959595. Windows color (decimal): -9127128 or 2669428. OLE color: 2669428.

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

Color convert

RGB 116 187 40 -
CMYK 0.38 0 0.79 0.27
HSL 88.98º 0.65% 0.45% -
HSV(B) 88.98º 0.79% 0.73% -
XYZ 25.36 39.41 8.28 -
YUV 149.01 66.48 104.45 -
System Red Green Blue C M Y K H S L
Decimal 116 187 40 0.38 0 0.79 0.27 88.98 0.65 0.45
Hex 74 BB 28 26 0 4F 1B 59 41 2D
Octal 164 273 50 46 0 117 33 131 101 55
Binary 1110100 10111011 101000 100110 0 1001111 11011 1011001 1000001 101101

Color Harmonies of #74BB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BB28

Black with #74BB28

Text Example


Text Example

White with #74BB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,187,40); }

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

background-color css

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

 a { background-color: rgb(116,187,40); }

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

border-color css

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

 span { border-color: rgb(116,187,40); }

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