Html Css Color HEX #2CD50B Lime Green

📋 copy color: '#2CD50B'

red 44 ◦ green 213 ◦ blue 11

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

Shades of Lime Green #2CD50B

Tints of Lime Green #2CD50B

RGB

 RED value IS 44 (17.58% from 255) = 16.42%

 GREEN value IS 213 (83.59% from 255) = 79.48%

 BLUE value IS 11 (4.69% from 255) = 4.1%

R = 16.42%
G = 79.48%
B = 4.1%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#2CD50B (or 0x2CD50B) is known color: Lime Green. HEX triplet: 2C, D5 and 0B. RGB value is (44,213,11). Sum of RGB (Red+Green+Blue) = 44+213+11=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 213 (83.59% from 255 or 79.48% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 213 - color contains mainly: green. Hex color #2CD50B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD50B is #D32AF4. Grayscale: #8C8C8C. Windows color (decimal): -13839093 or 775468. OLE color: 775468.

HSL color Cylindrical-coordinate representation of color #2CD50B: hue angle of 110.2º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2CD50B is Cyan = 0.79, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 44 213 11 -
CMYK 0.79 0 0.95 0.16
HSL 110.2º 0.9% 0.44% -
HSV(B) 110.2º 0.95% 0.84% -
XYZ 24.89 48.15 8.3 -
YUV 139.44 55.51 59.93 -
System Red Green Blue C M Y K H S L
Decimal 44 213 11 0.79 0 0.95 0.16 110.2 0.9 0.44
Hex 2C D5 B 4F 0 5F 10 6E 5A 2C
Octal 54 325 13 117 0 137 20 156 132 54
Binary 101100 11010101 1011 1001111 0 1011111 10000 1101110 1011010 101100

Color Harmonies of #2CD50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD50B

Black with #2CD50B

Text Example


Text Example

White with #2CD50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CD50B; }

 p { color: rgb(44,213,11); }

 H1.HeaderClassName
 {
   color: #2CD50B;
 }
 .AnyTagClassName
 {
   color: #2CD50B;
 }
</style>

background-color css

<style>
 a { background-color: #2CD50B; }

 a { background-color: rgb(44,213,11); }

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

border-color css

<style>
 span { border-color: #2CD50B; }

 span { border-color: rgb(44,213,11); }

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