Html Css Color HEX #33BF3C Lime Green

📋 copy color: '#33BF3C'

red 51 ◦ green 191 ◦ blue 60

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

Shades of Lime Green #33BF3C

Tints of Lime Green #33BF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.87%

R = 16.89%
G = 63.25%
B = 19.87%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#33BF3C (or 0x33BF3C) is known color: Lime Green. HEX triplet: 33, BF and 3C. RGB value is (51,191,60). Sum of RGB (Red+Green+Blue) = 51+191+60=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 191 (75% from 255 or 63.25% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 191 - color contains mainly: green. Hex color #33BF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BF3C is #CC40C3. Grayscale: #868686. Windows color (decimal): -13385924 or 3981107. OLE color: 3981107.

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

Color convert

RGB 51 191 60 -
CMYK 0.73 0 0.69 0.25
HSL 123.86º 0.58% 0.47% -
HSV(B) 123.86º 0.73% 0.75% -
XYZ 20.81 38.29 10.57 -
YUV 134.21 86.12 68.65 -
System Red Green Blue C M Y K H S L
Decimal 51 191 60 0.73 0 0.69 0.25 123.86 0.58 0.47
Hex 33 BF 3C 49 0 45 19 7C 3A 2F
Octal 63 277 74 111 0 105 31 174 72 57
Binary 110011 10111111 111100 1001001 0 1000101 11001 1111100 111010 101111

Color Harmonies of #33BF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BF3C

Black with #33BF3C

Text Example


Text Example

White with #33BF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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