Html Css Color HEX #2CBF2E Lime Green

📋 copy color: '#2CBF2E'

red 44 ◦ green 191 ◦ blue 46

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

Shades of Lime Green #2CBF2E

Tints of Lime Green #2CBF2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.37%

R = 15.66%
G = 67.97%
B = 16.37%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#2CBF2E (or 0x2CBF2E) is known color: Lime Green. HEX triplet: 2C, BF and 2E. RGB value is (44,191,46). Sum of RGB (Red+Green+Blue) = 44+191+46=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 191 (75% from 255 or 67.97% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBF2E is #D340D1. Grayscale: #828282. Windows color (decimal): -13844690 or 3063596. OLE color: 3063596.

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

Color convert

RGB 44 191 46 -
CMYK 0.77 0 0.76 0.25
HSL 120.82º 0.63% 0.46% -
HSV(B) 120.82º 0.77% 0.75% -
XYZ 20.16 37.99 8.86 -
YUV 130.52 80.3 66.29 -
System Red Green Blue C M Y K H S L
Decimal 44 191 46 0.77 0 0.76 0.25 120.82 0.63 0.46
Hex 2C BF 2E 4D 0 4C 19 79 3F 2E
Octal 54 277 56 115 0 114 31 171 77 56
Binary 101100 10111111 101110 1001101 0 1001100 11001 1111001 111111 101110

Color Harmonies of #2CBF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBF2E

Black with #2CBF2E

Text Example


Text Example

White with #2CBF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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