Html Css Color HEX #21BF3A Lime Green

📋 copy color: '#21BF3A'

red 33 ◦ green 191 ◦ blue 58

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

Shades of Lime Green #21BF3A

Tints of Lime Green #21BF3A

RGB

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

 GREEN value IS 191 (75% from 255) = 67.73%

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

R = 11.7%
G = 67.73%
B = 20.57%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#21BF3A (or 0x21BF3A) is known color: Lime Green. HEX triplet: 21, BF and 3A. RGB value is (33,191,58). Sum of RGB (Red+Green+Blue) = 33+191+58=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 191 (75% from 255 or 67.73% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 191 - color contains mainly: green. Hex color #21BF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BF3A is #DE40C5. Grayscale: #808080. Windows color (decimal): -14565574 or 3850017. OLE color: 3850017.

HSL color Cylindrical-coordinate representation of color #21BF3A: hue angle of 129.49º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BF3A is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 191 58 -
CMYK 0.83 0 0.70 0.25
HSL 129.49º 0.71% 0.44% -
HSV(B) 129.49º 0.83% 0.75% -
XYZ 20.02 37.89 10.26 -
YUV 128.6 88.15 59.81 -
System Red Green Blue C M Y K H S L
Decimal 33 191 58 0.83 0 0.70 0.25 129.49 0.71 0.44
Hex 21 BF 3A 53 0 46 19 81 47 2C
Octal 41 277 72 123 0 106 31 201 107 54
Binary 100001 10111111 111010 1010011 0 1000110 11001 10000001 1000111 101100

Color Harmonies of #21BF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BF3A

Black with #21BF3A

Text Example


Text Example

White with #21BF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,191,58); }

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

background-color css

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

 a { background-color: rgb(33,191,58); }

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

border-color css

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

 span { border-color: rgb(33,191,58); }

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