Html Css Color HEX #2CBF1B Lime Green

📋 copy color: '#2CBF1B'

red 44 ◦ green 191 ◦ blue 27

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

Shades of Lime Green #2CBF1B

Tints of Lime Green #2CBF1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.31%

R = 16.79%
G = 72.9%
B = 10.31%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#2CBF1B (or 0x2CBF1B) is known color: Lime Green. HEX triplet: 2C, BF and 1B. RGB value is (44,191,27). Sum of RGB (Red+Green+Blue) = 44+191+27=262 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.79% from 262); Green value is 191 (75% from 255 or 72.90% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBF1B is #D340E4. Grayscale: #808080. Windows color (decimal): -13844709 or 1818412. OLE color: 1818412.

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

Color convert

RGB 44 191 27 -
CMYK 0.77 0 0.86 0.25
HSL 113.78º 0.75% 0.43% -
HSV(B) 113.78º 0.86% 0.75% -
XYZ 19.87 37.88 7.3 -
YUV 128.35 70.8 67.84 -
System Red Green Blue C M Y K H S L
Decimal 44 191 27 0.77 0 0.86 0.25 113.78 0.75 0.43
Hex 2C BF 1B 4D 0 56 19 72 4B 2B
Octal 54 277 33 115 0 126 31 162 113 53
Binary 101100 10111111 11011 1001101 0 1010110 11001 1110010 1001011 101011

Color Harmonies of #2CBF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBF1B

Black with #2CBF1B

Text Example


Text Example

White with #2CBF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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