Html Css Color HEX #21F233 Lime Green

📋 copy color: '#21F233'

red 33 ◦ green 242 ◦ blue 51

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

Shades of Lime Green #21F233

Tints of Lime Green #21F233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.64%

R = 10.12%
G = 74.23%
B = 15.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#21F233 (or 0x21F233) is known color: Lime Green. HEX triplet: 21, F2 and 33. RGB value is (33,242,51). Sum of RGB (Red+Green+Blue) = 33+242+51=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 242 (94.92% from 255 or 74.23% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 242 - color contains mainly: green. Hex color #21F233 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F233 is #DE0DCC. Grayscale: #9E9E9E. Windows color (decimal): -14552525 or 3404321. OLE color: 3404321.

HSL color Cylindrical-coordinate representation of color #21F233: hue angle of 125.17º degrees, saturation: 0.89, 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 #21F233 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 242 51 -
CMYK 0.86 0 0.79 0.05
HSL 125.17º 0.89% 0.54% -
HSV(B) 125.17º 0.86% 0.95% -
XYZ 32.98 64.07 13.76 -
YUV 157.74 67.76 39.03 -
System Red Green Blue C M Y K H S L
Decimal 33 242 51 0.86 0 0.79 0.05 125.17 0.89 0.54
Hex 21 F2 33 56 0 4F 5 7D 59 36
Octal 41 362 63 126 0 117 5 175 131 66
Binary 100001 11110010 110011 1010110 0 1001111 101 1111101 1011001 110110

Color Harmonies of #21F233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F233

Black with #21F233

Text Example


Text Example

White with #21F233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,242,51); }

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

background-color css

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

 a { background-color: rgb(33,242,51); }

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

border-color css

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

 span { border-color: rgb(33,242,51); }

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