Html Css Color HEX #33BC2C Lime Green

📋 copy color: '#33BC2C'

red 51 ◦ green 188 ◦ blue 44

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

Shades of Lime Green #33BC2C

Tints of Lime Green #33BC2C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 66.43%

 BLUE value IS 44 (17.58% from 255) = 15.55%

R = 18.02%
G = 66.43%
B = 15.55%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#33BC2C (or 0x33BC2C) is known color: Lime Green. HEX triplet: 33, BC and 2C. RGB value is (51,188,44). Sum of RGB (Red+Green+Blue) = 51+188+44=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 188 (73.83% from 255 or 66.43% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BC2C is #CC43D3. Grayscale: #838383. Windows color (decimal): -13386708 or 2931763. OLE color: 2931763.

HSL color Cylindrical-coordinate representation of color #33BC2C: hue angle of 117.08º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33BC2C is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 188 44 -
CMYK 0.73 0 0.77 0.26
HSL 117.08º 0.62% 0.45% -
HSV(B) 117.08º 0.77% 0.74% -
XYZ 19.8 36.85 8.45 -
YUV 130.62 79.11 71.21 -
System Red Green Blue C M Y K H S L
Decimal 51 188 44 0.73 0 0.77 0.26 117.08 0.62 0.45
Hex 33 BC 2C 49 0 4D 1A 75 3E 2D
Octal 63 274 54 111 0 115 32 165 76 55
Binary 110011 10111100 101100 1001001 0 1001101 11010 1110101 111110 101101

Color Harmonies of #33BC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BC2C

Black with #33BC2C

Text Example


Text Example

White with #33BC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,188,44); }

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

background-color css

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

 a { background-color: rgb(51,188,44); }

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

border-color css

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

 span { border-color: rgb(51,188,44); }

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