Html Css Color HEX #33B925 Lime Green

📋 copy color: '#33B925'

red 51 ◦ green 185 ◦ blue 37

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

Shades of Lime Green #33B925

Tints of Lime Green #33B925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.55%

R = 18.68%
G = 67.77%
B = 13.55%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#33B925 (or 0x33B925) is known color: Lime Green. HEX triplet: 33, B9 and 25. RGB value is (51,185,37). Sum of RGB (Red+Green+Blue) = 51+185+37=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 185 (72.66% from 255 or 67.77% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 185 - color contains mainly: green. Hex color #33B925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B925 is #CC46DA. Grayscale: #808080. Windows color (decimal): -13387483 or 2472243. OLE color: 2472243.

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

Color convert

RGB 51 185 37 -
CMYK 0.72 0 0.80 0.27
HSL 114.32º 0.67% 0.44% -
HSV(B) 114.32º 0.8% 0.73% -
XYZ 19.05 35.54 7.61 -
YUV 128.06 76.61 73.03 -
System Red Green Blue C M Y K H S L
Decimal 51 185 37 0.72 0 0.80 0.27 114.32 0.67 0.44
Hex 33 B9 25 48 0 50 1B 72 43 2C
Octal 63 271 45 110 0 120 33 162 103 54
Binary 110011 10111001 100101 1001000 0 1010000 11011 1110010 1000011 101100

Color Harmonies of #33B925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B925

Black with #33B925

Text Example


Text Example

White with #33B925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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