Html Css Color HEX #21BE34 Lime Green

📋 copy color: '#21BE34'

red 33 ◦ green 190 ◦ blue 52

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

Shades of Lime Green #21BE34

Tints of Lime Green #21BE34

RGB

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

 GREEN value IS 190 (74.61% from 255) = 69.09%

 BLUE value IS 52 (20.7% from 255) = 18.91%

R = 12%
G = 69.09%
B = 18.91%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#21BE34 (or 0x21BE34) is known color: Lime Green. HEX triplet: 21, BE and 34. RGB value is (33,190,52). Sum of RGB (Red+Green+Blue) = 33+190+52=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 190 (74.61% from 255 or 69.09% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 190 - color contains mainly: green. Hex color #21BE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BE34 is #DE41CB. Grayscale: #7F7F7F. Windows color (decimal): -14565836 or 3456545. OLE color: 3456545.

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

Color convert

RGB 33 190 52 -
CMYK 0.83 0 0.73 0.25
HSL 127.26º 0.7% 0.44% -
HSV(B) 127.26º 0.83% 0.75% -
XYZ 19.66 37.4 9.43 -
YUV 127.33 85.49 60.72 -
System Red Green Blue C M Y K H S L
Decimal 33 190 52 0.83 0 0.73 0.25 127.26 0.7 0.44
Hex 21 BE 34 53 0 49 19 7F 46 2C
Octal 41 276 64 123 0 111 31 177 106 54
Binary 100001 10111110 110100 1010011 0 1001001 11001 1111111 1000110 101100

Color Harmonies of #21BE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BE34

Black with #21BE34

Text Example


Text Example

White with #21BE34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,190,52); }

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

background-color css

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

 a { background-color: rgb(33,190,52); }

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

border-color css

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

 span { border-color: rgb(33,190,52); }

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