Html Css Color HEX #2CBE31 Lime Green

📋 copy color: '#2CBE31'

red 44 ◦ green 190 ◦ blue 49

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

Shades of Lime Green #2CBE31

Tints of Lime Green #2CBE31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.31%

R = 15.55%
G = 67.14%
B = 17.31%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#2CBE31 (or 0x2CBE31) is known color: Lime Green. HEX triplet: 2C, BE and 31. RGB value is (44,190,49). Sum of RGB (Red+Green+Blue) = 44+190+49=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 190 (74.61% from 255 or 67.14% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBE31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBE31 is #D341CE. Grayscale: #828282. Windows color (decimal): -13844943 or 3259948. OLE color: 3259948.

HSL color Cylindrical-coordinate representation of color #2CBE31: hue angle of 122.05º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBE31 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 190 49 -
CMYK 0.77 0 0.74 0.25
HSL 122.05º 0.62% 0.46% -
HSV(B) 122.05º 0.77% 0.75% -
XYZ 20.01 37.58 9.11 -
YUV 130.27 82.13 66.46 -
System Red Green Blue C M Y K H S L
Decimal 44 190 49 0.77 0 0.74 0.25 122.05 0.62 0.46
Hex 2C BE 31 4D 0 4A 19 7A 3E 2E
Octal 54 276 61 115 0 112 31 172 76 56
Binary 101100 10111110 110001 1001101 0 1001010 11001 1111010 111110 101110

Color Harmonies of #2CBE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBE31

Black with #2CBE31

Text Example


Text Example

White with #2CBE31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,190,49); }

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

background-color css

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

 a { background-color: rgb(44,190,49); }

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

border-color css

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

 span { border-color: rgb(44,190,49); }

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