Html Css Color HEX #2CBF42 Lime Green

📋 copy color: '#2CBF42'

red 44 ◦ green 191 ◦ blue 66

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

Shades of Lime Green #2CBF42

Tints of Lime Green #2CBF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.93%

R = 14.62%
G = 63.46%
B = 21.93%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#2CBF42 (or 0x2CBF42) is known color: Lime Green. HEX triplet: 2C, BF and 42. RGB value is (44,191,66). Sum of RGB (Red+Green+Blue) = 44+191+66=301 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.62% from 301); Green value is 191 (75% from 255 or 63.46% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBF42 is #D340BD. Grayscale: #858585. Windows color (decimal): -13844670 or 4374316. OLE color: 4374316.

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

Color convert

RGB 44 191 66 -
CMYK 0.77 0 0.65 0.25
HSL 128.98º 0.63% 0.46% -
HSV(B) 128.98º 0.77% 0.75% -
XYZ 20.65 38.19 11.44 -
YUV 132.8 90.3 64.66 -
System Red Green Blue C M Y K H S L
Decimal 44 191 66 0.77 0 0.65 0.25 128.98 0.63 0.46
Hex 2C BF 42 4D 0 41 19 81 3F 2E
Octal 54 277 102 115 0 101 31 201 77 56
Binary 101100 10111111 1000010 1001101 0 1000001 11001 10000001 111111 101110

Color Harmonies of #2CBF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBF42

Black with #2CBF42

Text Example


Text Example

White with #2CBF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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