Html Css Color HEX #33BF25 Lime Green

📋 copy color: '#33BF25'

red 51 ◦ green 191 ◦ blue 37

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

Shades of Lime Green #33BF25

Tints of Lime Green #33BF25

RGB

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

 GREEN value IS 191 (75% from 255) = 68.46%

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

R = 18.28%
G = 68.46%
B = 13.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#33BF25 (or 0x33BF25) is known color: Lime Green. HEX triplet: 33, BF and 25. RGB value is (51,191,37). Sum of RGB (Red+Green+Blue) = 51+191+37=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 191 (75% from 255 or 68.46% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 191 - color contains mainly: green. Hex color #33BF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BF25 is #CC40DA. Grayscale: #848484. Windows color (decimal): -13385947 or 2473779. OLE color: 2473779.

HSL color Cylindrical-coordinate representation of color #33BF25: hue angle of 114.55º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #33BF25 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 191 37 -
CMYK 0.73 0 0.81 0.25
HSL 114.55º 0.68% 0.45% -
HSV(B) 114.55º 0.81% 0.75% -
XYZ 20.33 38.1 8.03 -
YUV 131.58 74.62 70.52 -
System Red Green Blue C M Y K H S L
Decimal 51 191 37 0.73 0 0.81 0.25 114.55 0.68 0.45
Hex 33 BF 25 49 0 51 19 73 44 2D
Octal 63 277 45 111 0 121 31 163 104 55
Binary 110011 10111111 100101 1001001 0 1010001 11001 1110011 1000100 101101

Color Harmonies of #33BF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BF25

Black with #33BF25

Text Example


Text Example

White with #33BF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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