Html Css Color HEX #21BF3D Lime Green

📋 copy color: '#21BF3D'

red 33 ◦ green 191 ◦ blue 61

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

Shades of Lime Green #21BF3D

Tints of Lime Green #21BF3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.4%

R = 11.58%
G = 67.02%
B = 21.4%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#21BF3D (or 0x21BF3D) is known color: Lime Green. HEX triplet: 21, BF and 3D. RGB value is (33,191,61). Sum of RGB (Red+Green+Blue) = 33+191+61=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 191 (75% from 255 or 67.02% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 191 - color contains mainly: green. Hex color #21BF3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BF3D is #DE40C2. Grayscale: #818181. Windows color (decimal): -14565571 or 4046625. OLE color: 4046625.

HSL color Cylindrical-coordinate representation of color #21BF3D: hue angle of 130.63º 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 #21BF3D is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 191 61 -
CMYK 0.83 0 0.68 0.25
HSL 130.63º 0.71% 0.44% -
HSV(B) 130.63º 0.83% 0.75% -
XYZ 20.1 37.92 10.68 -
YUV 128.94 89.65 59.57 -
System Red Green Blue C M Y K H S L
Decimal 33 191 61 0.83 0 0.68 0.25 130.63 0.71 0.44
Hex 21 BF 3D 53 0 44 19 83 47 2C
Octal 41 277 75 123 0 104 31 203 107 54
Binary 100001 10111111 111101 1010011 0 1000100 11001 10000011 1000111 101100

Color Harmonies of #21BF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BF3D

Black with #21BF3D

Text Example


Text Example

White with #21BF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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