Html Css Color HEX #33BA30 Lime Green

📋 copy color: '#33BA30'

red 51 ◦ green 186 ◦ blue 48

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

Shades of Lime Green #33BA30

Tints of Lime Green #33BA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.84%

R = 17.89%
G = 65.26%
B = 16.84%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#33BA30 (or 0x33BA30) is known color: Lime Green. HEX triplet: 33, BA and 30. RGB value is (51,186,48). Sum of RGB (Red+Green+Blue) = 51+186+48=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 186 (73.05% from 255 or 65.26% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 186 - color contains mainly: green. Hex color #33BA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BA30 is #CC45CF. Grayscale: #828282. Windows color (decimal): -13387216 or 3193395. OLE color: 3193395.

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

Color convert

RGB 51 186 48 -
CMYK 0.73 0 0.74 0.27
HSL 118.7º 0.59% 0.46% -
HSV(B) 118.7º 0.74% 0.73% -
XYZ 19.46 36.04 8.73 -
YUV 129.9 81.77 71.72 -
System Red Green Blue C M Y K H S L
Decimal 51 186 48 0.73 0 0.74 0.27 118.7 0.59 0.46
Hex 33 BA 30 49 0 4A 1B 77 3B 2E
Octal 63 272 60 111 0 112 33 167 73 56
Binary 110011 10111010 110000 1001001 0 1001010 11011 1110111 111011 101110

Color Harmonies of #33BA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BA30

Black with #33BA30

Text Example


Text Example

White with #33BA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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