Html Css Color HEX #32F243 Lime Green

📋 copy color: '#32F243'

red 50 ◦ green 242 ◦ blue 67

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

Shades of Lime Green #32F243

Tints of Lime Green #32F243

RGB

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

 GREEN value IS 242 (94.92% from 255) = 67.41%

 BLUE value IS 67 (26.56% from 255) = 18.66%

R = 13.93%
G = 67.41%
B = 18.66%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#32F243 (or 0x32F243) is known color: Lime Green. HEX triplet: 32, F2 and 43. RGB value is (50,242,67). Sum of RGB (Red+Green+Blue) = 50+242+67=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 242 (94.92% from 255 or 67.41% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 242 - color contains mainly: green. Hex color #32F243 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F243 is #CD0DBC. Grayscale: #A5A5A5. Windows color (decimal): -13438397 or 4452914. OLE color: 4452914.

HSL color Cylindrical-coordinate representation of color #32F243: hue angle of 125.31º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F243 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 50 242 67 -
CMYK 0.79 0 0.72 0.05
HSL 125.31º 0.88% 0.57% -
HSV(B) 125.31º 0.79% 0.95% -
XYZ 34.08 64.59 15.98 -
YUV 164.64 72.89 46.23 -
System Red Green Blue C M Y K H S L
Decimal 50 242 67 0.79 0 0.72 0.05 125.31 0.88 0.57
Hex 32 F2 43 4F 0 48 5 7D 58 39
Octal 62 362 103 117 0 110 5 175 130 71
Binary 110010 11110010 1000011 1001111 0 1001000 101 1111101 1011000 111001

Color Harmonies of #32F243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F243

Black with #32F243

Text Example


Text Example

White with #32F243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,242,67); }

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

background-color css

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

 a { background-color: rgb(50,242,67); }

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

border-color css

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

 span { border-color: rgb(50,242,67); }

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