Html Css Color HEX #2CF13B Lime Green

📋 copy color: '#2CF13B'

red 44 ◦ green 241 ◦ blue 59

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

Shades of Lime Green #2CF13B

Tints of Lime Green #2CF13B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 70.06%

 BLUE value IS 59 (23.44% from 255) = 17.15%

R = 12.79%
G = 70.06%
B = 17.15%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#2CF13B (or 0x2CF13B) is known color: Lime Green. HEX triplet: 2C, F1 and 3B. RGB value is (44,241,59). Sum of RGB (Red+Green+Blue) = 44+241+59=344 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.79% from 344); Green value is 241 (94.53% from 255 or 70.06% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 241 - color contains mainly: green. Hex color #2CF13B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF13B is #D30EC4. Grayscale: #A1A1A1. Windows color (decimal): -13831877 or 3928364. OLE color: 3928364.

HSL color Cylindrical-coordinate representation of color #2CF13B: hue angle of 124.57º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF13B is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 44 241 59 -
CMYK 0.82 0 0.76 0.05
HSL 124.57º 0.88% 0.56% -
HSV(B) 124.57º 0.82% 0.95% -
XYZ 33.28 63.76 14.69 -
YUV 161.35 70.23 44.3 -
System Red Green Blue C M Y K H S L
Decimal 44 241 59 0.82 0 0.76 0.05 124.57 0.88 0.56
Hex 2C F1 3B 52 0 4C 5 7D 58 38
Octal 54 361 73 122 0 114 5 175 130 70
Binary 101100 11110001 111011 1010010 0 1001100 101 1111101 1011000 111000

Color Harmonies of #2CF13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF13B

Black with #2CF13B

Text Example


Text Example

White with #2CF13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,241,59); }

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

background-color css

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

 a { background-color: rgb(44,241,59); }

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

border-color css

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

 span { border-color: rgb(44,241,59); }

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