Html Css Color HEX #2CF025 Lime Green

📋 copy color: '#2CF025'

red 44 ◦ green 240 ◦ blue 37

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

Shades of Lime Green #2CF025

Tints of Lime Green #2CF025

RGB

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

 GREEN value IS 240 (94.14% from 255) = 74.77%

 BLUE value IS 37 (14.84% from 255) = 11.53%

R = 13.71%
G = 74.77%
B = 11.53%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#2CF025 (or 0x2CF025) is known color: Lime Green. HEX triplet: 2C, F0 and 25. RGB value is (44,240,37). Sum of RGB (Red+Green+Blue) = 44+240+37=321 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.71% from 321); Green value is 240 (94.14% from 255 or 74.77% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF025 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF025 is #D30FDA. Grayscale: #9E9E9E. Windows color (decimal): -13832155 or 2486316. OLE color: 2486316.

HSL color Cylindrical-coordinate representation of color #2CF025: hue angle of 117.93º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2CF025 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 44 240 37 -
CMYK 0.82 0 0.85 0.06
HSL 117.93º 0.87% 0.54% -
HSV(B) 117.93º 0.85% 0.94% -
XYZ 32.53 62.99 12.19 -
YUV 158.25 59.57 46.51 -
System Red Green Blue C M Y K H S L
Decimal 44 240 37 0.82 0 0.85 0.06 117.93 0.87 0.54
Hex 2C F0 25 52 0 55 6 76 57 36
Octal 54 360 45 122 0 125 6 166 127 66
Binary 101100 11110000 100101 1010010 0 1010101 110 1110110 1010111 110110

Color Harmonies of #2CF025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF025

Black with #2CF025

Text Example


Text Example

White with #2CF025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,240,37); }

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

background-color css

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

 a { background-color: rgb(44,240,37); }

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

border-color css

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

 span { border-color: rgb(44,240,37); }

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