Html Css Color HEX #33BA4A Lime Green

📋 copy color: '#33BA4A'

red 51 ◦ green 186 ◦ blue 74

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

Shades of Lime Green #33BA4A

Tints of Lime Green #33BA4A

RGB

 RED value IS 51 (20.31% from 255) = 16.4%

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

 BLUE value IS 74 (29.3% from 255) = 23.79%

R = 16.4%
G = 59.81%
B = 23.79%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#33BA4A (or 0x33BA4A) is known color: Lime Green. HEX triplet: 33, BA and 4A. RGB value is (51,186,74). Sum of RGB (Red+Green+Blue) = 51+186+74=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #33BA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BA4A is #CC45B5. Grayscale: #858585. Windows color (decimal): -13387190 or 4897331. OLE color: 4897331.

HSL color Cylindrical-coordinate representation of color #33BA4A: hue angle of 130.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BA4A is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 186 74 -
CMYK 0.73 0 0.60 0.27
HSL 130.22º 0.57% 0.46% -
HSV(B) 130.22º 0.73% 0.73% -
XYZ 20.16 36.32 12.43 -
YUV 132.87 94.77 69.61 -
System Red Green Blue C M Y K H S L
Decimal 51 186 74 0.73 0 0.60 0.27 130.22 0.57 0.46
Hex 33 BA 4A 49 0 3C 1B 82 39 2E
Octal 63 272 112 111 0 74 33 202 71 56
Binary 110011 10111010 1001010 1001001 0 111100 11011 10000010 111001 101110

Color Harmonies of #33BA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BA4A

Black with #33BA4A

Text Example


Text Example

White with #33BA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33BA4A; }

 p { color: rgb(51,186,74); }

 H1.HeaderClassName
 {
   color: #33BA4A;
 }
 .AnyTagClassName
 {
   color: #33BA4A;
 }
</style>

background-color css

<style>
 a { background-color: #33BA4A; }

 a { background-color: rgb(51,186,74); }

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

border-color css

<style>
 span { border-color: #33BA4A; }

 span { border-color: rgb(51,186,74); }

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