Html Css Color HEX #74BE33 Lima

📋 copy color: '#74BE33'

red 116 ◦ green 190 ◦ blue 51

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

Shades of Lima #74BE33

Tints of Lima #74BE33

RGB

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

 GREEN value IS 190 (74.61% from 255) = 53.22%

 BLUE value IS 51 (20.31% from 255) = 14.29%

R = 32.49%
G = 53.22%
B = 14.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#74BE33 (or 0x74BE33) is known color: Lima. HEX triplet: 74, BE and 33. RGB value is (116,190,51). Sum of RGB (Red+Green+Blue) = 116+190+51=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 190 (74.61% from 255 or 53.22% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BE33 is #8B41CC. Grayscale: #989898. Windows color (decimal): -9126349 or 3391092. OLE color: 3391092.

HSL color Cylindrical-coordinate representation of color #74BE33: hue angle of 91.94º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74BE33 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 190 51 -
CMYK 0.39 0 0.73 0.25
HSL 91.94º 0.58% 0.47% -
HSV(B) 91.94º 0.73% 0.75% -
XYZ 26.21 40.78 9.62 -
YUV 152.03 70.98 102.3 -
System Red Green Blue C M Y K H S L
Decimal 116 190 51 0.39 0 0.73 0.25 91.94 0.58 0.47
Hex 74 BE 33 27 0 49 19 5C 3A 2F
Octal 164 276 63 47 0 111 31 134 72 57
Binary 1110100 10111110 110011 100111 0 1001001 11001 1011100 111010 101111

Color Harmonies of #74BE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BE33

Black with #74BE33

Text Example


Text Example

White with #74BE33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,190,51); }

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

background-color css

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

 a { background-color: rgb(116,190,51); }

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

border-color css

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

 span { border-color: rgb(116,190,51); }

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