Html Css Color HEX #2CBF3A Lime Green

📋 copy color: '#2CBF3A'

red 44 ◦ green 191 ◦ blue 58

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

Shades of Lime Green #2CBF3A

Tints of Lime Green #2CBF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.8%

R = 15.02%
G = 65.19%
B = 19.8%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#2CBF3A (or 0x2CBF3A) is known color: Lime Green. HEX triplet: 2C, BF and 3A. RGB value is (44,191,58). Sum of RGB (Red+Green+Blue) = 44+191+58=293 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.02% from 293); Green value is 191 (75% from 255 or 65.19% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBF3A is #D340C5. Grayscale: #848484. Windows color (decimal): -13844678 or 3850028. OLE color: 3850028.

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

Color convert

RGB 44 191 58 -
CMYK 0.77 0 0.70 0.25
HSL 125.71º 0.63% 0.46% -
HSV(B) 125.71º 0.77% 0.75% -
XYZ 20.43 38.1 10.28 -
YUV 131.89 86.3 65.31 -
System Red Green Blue C M Y K H S L
Decimal 44 191 58 0.77 0 0.70 0.25 125.71 0.63 0.46
Hex 2C BF 3A 4D 0 46 19 7E 3F 2E
Octal 54 277 72 115 0 106 31 176 77 56
Binary 101100 10111111 111010 1001101 0 1000110 11001 1111110 111111 101110

Color Harmonies of #2CBF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBF3A

Black with #2CBF3A

Text Example


Text Example

White with #2CBF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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