Html Css Color HEX #2CBF4E Lime Green

📋 copy color: '#2CBF4E'

red 44 ◦ green 191 ◦ blue 78

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

Shades of Lime Green #2CBF4E

Tints of Lime Green #2CBF4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.92%

R = 14.06%
G = 61.02%
B = 24.92%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#2CBF4E (or 0x2CBF4E) is known color: Lime Green. HEX triplet: 2C, BF and 4E. RGB value is (44,191,78). Sum of RGB (Red+Green+Blue) = 44+191+78=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 191 (75% from 255 or 61.02% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBF4E is #D340B1. Grayscale: #868686. Windows color (decimal): -13844658 or 5160748. OLE color: 5160748.

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

Color convert

RGB 44 191 78 -
CMYK 0.77 0 0.59 0.25
HSL 133.88º 0.63% 0.46% -
HSV(B) 133.88º 0.77% 0.75% -
XYZ 21.04 38.35 13.5 -
YUV 134.17 96.3 63.69 -
System Red Green Blue C M Y K H S L
Decimal 44 191 78 0.77 0 0.59 0.25 133.88 0.63 0.46
Hex 2C BF 4E 4D 0 3B 19 86 3F 2E
Octal 54 277 116 115 0 73 31 206 77 56
Binary 101100 10111111 1001110 1001101 0 111011 11001 10000110 111111 101110

Color Harmonies of #2CBF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBF4E

Black with #2CBF4E

Text Example


Text Example

White with #2CBF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,191,78); }

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

background-color css

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

 a { background-color: rgb(44,191,78); }

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

border-color css

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

 span { border-color: rgb(44,191,78); }

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