Html Css Color HEX #33BA40 Lime Green

📋 copy color: '#33BA40'

red 51 ◦ green 186 ◦ blue 64

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

Shades of Lime Green #33BA40

Tints of Lime Green #33BA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.26%

R = 16.94%
G = 61.79%
B = 21.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#33BA40 (or 0x33BA40) is known color: Lime Green. HEX triplet: 33, BA and 40. RGB value is (51,186,64). Sum of RGB (Red+Green+Blue) = 51+186+64=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 186 (73.05% from 255 or 61.79% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 186 - color contains mainly: green. Hex color #33BA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BA40 is #CC45BF. Grayscale: #848484. Windows color (decimal): -13387200 or 4241971. OLE color: 4241971.

HSL color Cylindrical-coordinate representation of color #33BA40: hue angle of 125.78º 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 #33BA40 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 186 64 -
CMYK 0.73 0 0.66 0.27
HSL 125.78º 0.57% 0.46% -
HSV(B) 125.78º 0.73% 0.73% -
XYZ 19.85 36.19 10.79 -
YUV 131.73 89.77 70.42 -
System Red Green Blue C M Y K H S L
Decimal 51 186 64 0.73 0 0.66 0.27 125.78 0.57 0.46
Hex 33 BA 40 49 0 42 1B 7E 39 2E
Octal 63 272 100 111 0 102 33 176 71 56
Binary 110011 10111010 1000000 1001001 0 1000010 11011 1111110 111001 101110

Color Harmonies of #33BA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BA40

Black with #33BA40

Text Example


Text Example

White with #33BA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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