Html Css Color HEX #32CF27 Lime Green

📋 copy color: '#32CF27'

red 50 ◦ green 207 ◦ blue 39

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

Shades of Lime Green #32CF27

Tints of Lime Green #32CF27

RGB

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

 GREEN value IS 207 (81.25% from 255) = 69.93%

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

R = 16.89%
G = 69.93%
B = 13.18%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#32CF27 (or 0x32CF27) is known color: Lime Green. HEX triplet: 32, CF and 27. RGB value is (50,207,39). Sum of RGB (Red+Green+Blue) = 50+207+39=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 207 (81.25% from 255 or 69.93% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 207 - color contains mainly: green. Hex color #32CF27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CF27 is #CD30D8. Grayscale: #8D8D8D. Windows color (decimal): -13447385 or 2608946. OLE color: 2608946.

HSL color Cylindrical-coordinate representation of color #32CF27: hue angle of 116.07º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #32CF27 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 207 39 -
CMYK 0.76 0 0.81 0.19
HSL 116.07º 0.68% 0.48% -
HSV(B) 116.07º 0.81% 0.81% -
XYZ 23.99 45.45 9.43 -
YUV 140.91 70.49 63.16 -
System Red Green Blue C M Y K H S L
Decimal 50 207 39 0.76 0 0.81 0.19 116.07 0.68 0.48
Hex 32 CF 27 4C 0 51 13 74 44 30
Octal 62 317 47 114 0 121 23 164 104 60
Binary 110010 11001111 100111 1001100 0 1010001 10011 1110100 1000100 110000

Color Harmonies of #32CF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CF27

Black with #32CF27

Text Example


Text Example

White with #32CF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,207,39); }

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

background-color css

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

 a { background-color: rgb(50,207,39); }

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

border-color css

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

 span { border-color: rgb(50,207,39); }

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