Html Css Color HEX #2CBE2F Lime Green

📋 copy color: '#2CBE2F'

red 44 ◦ green 190 ◦ blue 47

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

Shades of Lime Green #2CBE2F

Tints of Lime Green #2CBE2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.73%

R = 15.66%
G = 67.62%
B = 16.73%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#2CBE2F (or 0x2CBE2F) is known color: Lime Green. HEX triplet: 2C, BE and 2F. RGB value is (44,190,47). Sum of RGB (Red+Green+Blue) = 44+190+47=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 190 (74.61% from 255 or 67.62% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBE2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBE2F is #D341D0. Grayscale: #828282. Windows color (decimal): -13844945 or 3128876. OLE color: 3128876.

HSL color Cylindrical-coordinate representation of color #2CBE2F: hue angle of 121.23º 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 #2CBE2F is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 190 47 -
CMYK 0.77 0 0.75 0.25
HSL 121.23º 0.62% 0.46% -
HSV(B) 121.23º 0.77% 0.75% -
XYZ 19.97 37.57 8.89 -
YUV 130.04 81.13 66.63 -
System Red Green Blue C M Y K H S L
Decimal 44 190 47 0.77 0 0.75 0.25 121.23 0.62 0.46
Hex 2C BE 2F 4D 0 4B 19 79 3E 2E
Octal 54 276 57 115 0 113 31 171 76 56
Binary 101100 10111110 101111 1001101 0 1001011 11001 1111001 111110 101110

Color Harmonies of #2CBE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBE2F

Black with #2CBE2F

Text Example


Text Example

White with #2CBE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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