Html Css Color HEX #2CF134 Lime Green

📋 copy color: '#2CF134'

red 44 ◦ green 241 ◦ blue 52

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

Shades of Lime Green #2CF134

Tints of Lime Green #2CF134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.43%

R = 13.06%
G = 71.51%
B = 15.43%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#2CF134 (or 0x2CF134) is known color: Lime Green. HEX triplet: 2C, F1 and 34. RGB value is (44,241,52). Sum of RGB (Red+Green+Blue) = 44+241+52=337 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.06% from 337); Green value is 241 (94.53% from 255 or 71.51% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 241 - color contains mainly: green. Hex color #2CF134 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF134 is #D30ECB. Grayscale: #A1A1A1. Windows color (decimal): -13831884 or 3469612. OLE color: 3469612.

HSL color Cylindrical-coordinate representation of color #2CF134: hue angle of 122.44º 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 #2CF134 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 44 241 52 -
CMYK 0.82 0 0.78 0.05
HSL 122.44º 0.88% 0.56% -
HSV(B) 122.44º 0.82% 0.95% -
XYZ 33.11 63.69 13.8 -
YUV 160.55 66.73 44.87 -
System Red Green Blue C M Y K H S L
Decimal 44 241 52 0.82 0 0.78 0.05 122.44 0.88 0.56
Hex 2C F1 34 52 0 4E 5 7A 58 38
Octal 54 361 64 122 0 116 5 172 130 70
Binary 101100 11110001 110100 1010010 0 1001110 101 1111010 1011000 111000

Color Harmonies of #2CF134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF134

Black with #2CF134

Text Example


Text Example

White with #2CF134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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