Html Css Color HEX #33BC27 Lime Green

📋 copy color: '#33BC27'

red 51 ◦ green 188 ◦ blue 39

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

Shades of Lime Green #33BC27

Tints of Lime Green #33BC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.03%

R = 18.35%
G = 67.63%
B = 14.03%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#33BC27 (or 0x33BC27) is known color: Lime Green. HEX triplet: 33, BC and 27. RGB value is (51,188,39). Sum of RGB (Red+Green+Blue) = 51+188+39=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 188 (73.83% from 255 or 67.63% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BC27 is #CC43D8. Grayscale: #828282. Windows color (decimal): -13386713 or 2604083. OLE color: 2604083.

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

Color convert

RGB 51 188 39 -
CMYK 0.73 0 0.79 0.26
HSL 115.17º 0.66% 0.45% -
HSV(B) 115.17º 0.79% 0.74% -
XYZ 19.71 36.82 7.99 -
YUV 130.05 76.61 71.62 -
System Red Green Blue C M Y K H S L
Decimal 51 188 39 0.73 0 0.79 0.26 115.17 0.66 0.45
Hex 33 BC 27 49 0 4F 1A 73 42 2D
Octal 63 274 47 111 0 117 32 163 102 55
Binary 110011 10111100 100111 1001001 0 1001111 11010 1110011 1000010 101101

Color Harmonies of #33BC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BC27

Black with #33BC27

Text Example


Text Example

White with #33BC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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