Html Css Color HEX #32CF3A Lime Green

📋 copy color: '#32CF3A'

red 50 ◦ green 207 ◦ blue 58

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

Shades of Lime Green #32CF3A

Tints of Lime Green #32CF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.41%

R = 15.87%
G = 65.71%
B = 18.41%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#32CF3A (or 0x32CF3A) is known color: Lime Green. HEX triplet: 32, CF and 3A. RGB value is (50,207,58). Sum of RGB (Red+Green+Blue) = 50+207+58=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 207 (81.25% from 255 or 65.71% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 207 - color contains mainly: green. Hex color #32CF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CF3A is #CD30C5. Grayscale: #8F8F8F. Windows color (decimal): -13447366 or 3854130. OLE color: 3854130.

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

Color convert

RGB 50 207 58 -
CMYK 0.76 0 0.72 0.19
HSL 123.06º 0.62% 0.5% -
HSV(B) 123.06º 0.76% 0.81% -
XYZ 24.39 45.61 11.52 -
YUV 143.07 79.99 61.62 -
System Red Green Blue C M Y K H S L
Decimal 50 207 58 0.76 0 0.72 0.19 123.06 0.62 0.5
Hex 32 CF 3A 4C 0 48 13 7B 3E 32
Octal 62 317 72 114 0 110 23 173 76 62
Binary 110010 11001111 111010 1001100 0 1001000 10011 1111011 111110 110010

Color Harmonies of #32CF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CF3A

Black with #32CF3A

Text Example


Text Example

White with #32CF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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