Html Css Color HEX #2FF345 Lime Green

📋 copy color: '#2FF345'

red 47 ◦ green 243 ◦ blue 69

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

Shades of Lime Green #2FF345

Tints of Lime Green #2FF345

RGB

 RED value IS 47 (18.75% from 255) = 13.09%

 GREEN value IS 243 (95.31% from 255) = 67.69%

 BLUE value IS 69 (27.34% from 255) = 19.22%

R = 13.09%
G = 67.69%
B = 19.22%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#2FF345 (or 0x2FF345) is known color: Lime Green. HEX triplet: 2F, F3 and 45. RGB value is (47,243,69). Sum of RGB (Red+Green+Blue) = 47+243+69=359 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.09% from 359); Green value is 243 (95.31% from 255 or 67.69% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF345 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF345 is #D00CBA. Grayscale: #A5A5A5. Windows color (decimal): -13634747 or 4584239. OLE color: 4584239.

HSL color Cylindrical-coordinate representation of color #2FF345: hue angle of 126.73º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF345 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 243 69 -
CMYK 0.81 0 0.72 0.05
HSL 126.73º 0.89% 0.57% -
HSV(B) 126.73º 0.81% 0.95% -
XYZ 34.3 65.14 16.39 -
YUV 164.56 74.07 44.15 -
System Red Green Blue C M Y K H S L
Decimal 47 243 69 0.81 0 0.72 0.05 126.73 0.89 0.57
Hex 2F F3 45 51 0 48 5 7F 59 39
Octal 57 363 105 121 0 110 5 177 131 71
Binary 101111 11110011 1000101 1010001 0 1001000 101 1111111 1011001 111001

Color Harmonies of #2FF345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF345

Black with #2FF345

Text Example


Text Example

White with #2FF345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,243,69); }

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

background-color css

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

 a { background-color: rgb(47,243,69); }

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

border-color css

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

 span { border-color: rgb(47,243,69); }

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