Html Css Color HEX #32BF26 Lime Green

📋 copy color: '#32BF26'

red 50 ◦ green 191 ◦ blue 38

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

Shades of Lime Green #32BF26

Tints of Lime Green #32BF26

RGB

 RED value IS 50 (19.92% from 255) = 17.92%

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

 BLUE value IS 38 (15.23% from 255) = 13.62%

R = 17.92%
G = 68.46%
B = 13.62%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#32BF26 (or 0x32BF26) is known color: Lime Green. HEX triplet: 32, BF and 26. RGB value is (50,191,38). Sum of RGB (Red+Green+Blue) = 50+191+38=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 191 (75% from 255 or 68.46% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BF26 is #CD40D9. Grayscale: #838383. Windows color (decimal): -13451482 or 2539314. OLE color: 2539314.

HSL color Cylindrical-coordinate representation of color #32BF26: hue angle of 115.29º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32BF26 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 191 38 -
CMYK 0.74 0 0.80 0.25
HSL 115.29º 0.67% 0.45% -
HSV(B) 115.29º 0.8% 0.75% -
XYZ 20.3 38.08 8.11 -
YUV 131.4 75.29 69.94 -
System Red Green Blue C M Y K H S L
Decimal 50 191 38 0.74 0 0.80 0.25 115.29 0.67 0.45
Hex 32 BF 26 4A 0 50 19 73 43 2D
Octal 62 277 46 112 0 120 31 163 103 55
Binary 110010 10111111 100110 1001010 0 1010000 11001 1110011 1000011 101101

Color Harmonies of #32BF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BF26

Black with #32BF26

Text Example


Text Example

White with #32BF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32BF26; }

 p { color: rgb(50,191,38); }

 H1.HeaderClassName
 {
   color: #32BF26;
 }
 .AnyTagClassName
 {
   color: #32BF26;
 }
</style>

background-color css

<style>
 a { background-color: #32BF26; }

 a { background-color: rgb(50,191,38); }

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

border-color css

<style>
 span { border-color: #32BF26; }

 span { border-color: rgb(50,191,38); }

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