Html Css Color HEX #21E725 Lime Green

📋 copy color: '#21E725'

red 33 ◦ green 231 ◦ blue 37

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

Shades of Lime Green #21E725

Tints of Lime Green #21E725

RGB

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

 GREEN value IS 231 (90.63% from 255) = 76.74%

 BLUE value IS 37 (14.84% from 255) = 12.29%

R = 10.96%
G = 76.74%
B = 12.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#21E725 (or 0x21E725) is known color: Lime Green. HEX triplet: 21, E7 and 25. RGB value is (33,231,37). Sum of RGB (Red+Green+Blue) = 33+231+37=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 231 (90.62% from 255 or 76.74% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 231 - color contains mainly: green. Hex color #21E725 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21E725 is #DE18DA. Grayscale: #969696. Windows color (decimal): -14555355 or 2484001. OLE color: 2484001.

HSL color Cylindrical-coordinate representation of color #21E725: hue angle of 121.21º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E725 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 33 231 37 -
CMYK 0.86 0 0.84 0.09
HSL 121.21º 0.8% 0.52% -
HSV(B) 121.21º 0.86% 0.91% -
XYZ 29.54 57.61 11.31 -
YUV 149.68 64.4 44.77 -
System Red Green Blue C M Y K H S L
Decimal 33 231 37 0.86 0 0.84 0.09 121.21 0.8 0.52
Hex 21 E7 25 56 0 54 9 79 50 34
Octal 41 347 45 126 0 124 11 171 120 64
Binary 100001 11100111 100101 1010110 0 1010100 1001 1111001 1010000 110100

Color Harmonies of #21E725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E725

Black with #21E725

Text Example


Text Example

White with #21E725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,231,37); }

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

background-color css

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

 a { background-color: rgb(33,231,37); }

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

border-color css

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

 span { border-color: rgb(33,231,37); }

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