Html Css Color HEX #33B93D Lime Green

📋 copy color: '#33B93D'

red 51 ◦ green 185 ◦ blue 61

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

Shades of Lime Green #33B93D

Tints of Lime Green #33B93D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 62.29%

 BLUE value IS 61 (24.22% from 255) = 20.54%

R = 17.17%
G = 62.29%
B = 20.54%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#33B93D (or 0x33B93D) is known color: Lime Green. HEX triplet: 33, B9 and 3D. RGB value is (51,185,61). Sum of RGB (Red+Green+Blue) = 51+185+61=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 185 (72.66% from 255 or 62.29% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 185 - color contains mainly: green. Hex color #33B93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B93D is #CC46C2. Grayscale: #838383. Windows color (decimal): -13387459 or 4045107. OLE color: 4045107.

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

Color convert

RGB 51 185 61 -
CMYK 0.72 0 0.67 0.27
HSL 124.48º 0.57% 0.46% -
HSV(B) 124.48º 0.72% 0.73% -
XYZ 19.56 35.74 10.28 -
YUV 130.8 88.61 71.08 -
System Red Green Blue C M Y K H S L
Decimal 51 185 61 0.72 0 0.67 0.27 124.48 0.57 0.46
Hex 33 B9 3D 48 0 43 1B 7C 39 2E
Octal 63 271 75 110 0 103 33 174 71 56
Binary 110011 10111001 111101 1001000 0 1000011 11011 1111100 111001 101110

Color Harmonies of #33B93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B93D

Black with #33B93D

Text Example


Text Example

White with #33B93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,185,61); }

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

background-color css

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

 a { background-color: rgb(51,185,61); }

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

border-color css

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

 span { border-color: rgb(51,185,61); }

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