Html Css Color HEX #21F338 Lime Green

📋 copy color: '#21F338'

red 33 ◦ green 243 ◦ blue 56

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

Shades of Lime Green #21F338

Tints of Lime Green #21F338

RGB

 RED value IS 33 (13.28% from 255) = 9.94%

 GREEN value IS 243 (95.31% from 255) = 73.19%

 BLUE value IS 56 (22.27% from 255) = 16.87%

R = 9.94%
G = 73.19%
B = 16.87%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#21F338 (or 0x21F338) is known color: Lime Green. HEX triplet: 21, F3 and 38. RGB value is (33,243,56). Sum of RGB (Red+Green+Blue) = 33+243+56=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 243 (95.31% from 255 or 73.19% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 243 - color contains mainly: green. Hex color #21F338 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F338 is #DE0CC7. Grayscale: #9F9F9F. Windows color (decimal): -14552264 or 3732257. OLE color: 3732257.

HSL color Cylindrical-coordinate representation of color #21F338: hue angle of 126.57º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F338 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 243 56 -
CMYK 0.86 0 0.77 0.05
HSL 126.57º 0.9% 0.54% -
HSV(B) 126.57º 0.86% 0.95% -
XYZ 33.39 64.71 14.47 -
YUV 158.89 69.93 38.21 -
System Red Green Blue C M Y K H S L
Decimal 33 243 56 0.86 0 0.77 0.05 126.57 0.9 0.54
Hex 21 F3 38 56 0 4D 5 7F 5A 36
Octal 41 363 70 126 0 115 5 177 132 66
Binary 100001 11110011 111000 1010110 0 1001101 101 1111111 1011010 110110

Color Harmonies of #21F338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F338

Black with #21F338

Text Example


Text Example

White with #21F338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21F338; }

 p { color: rgb(33,243,56); }

 H1.HeaderClassName
 {
   color: #21F338;
 }
 .AnyTagClassName
 {
   color: #21F338;
 }
</style>

background-color css

<style>
 a { background-color: #21F338; }

 a { background-color: rgb(33,243,56); }

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

border-color css

<style>
 span { border-color: #21F338; }

 span { border-color: rgb(33,243,56); }

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